From a65f36d52c443f0310b5ce0a0c0ff2de6dfefb6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 13 Apr 2021 20:10:06 +0200 Subject: [PATCH] 0.93.0 --- Releases.md | 10 ++++++++++ version.ts | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 43e42e0d4..74dd06270 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,13 @@ +### 0.93.0 / 2021.04.13 + +- feat: add iter and iterSync to io/util (#843) +- feat(node/fs): add fdatasync and fdatasyncSync (#841) +- feat(node/fs): add fsync and fsyncSync (#840) +- feat(node/fs): add ftruncate and ftruncateSync (#829) +- feat(node/fs): add futimes and futimesSync (#830) +- fix(testing): Function signature of assertObjectEquals() does not accept + interfaces (#763) + ### 0.92.0 / 2021.04.02 - feat: make bufio compatible to Deno Deploy (#831) diff --git a/version.ts b/version.ts index d17ea91b3..8433b4c72 100644 --- a/version.ts +++ b/version.ts @@ -5,4 +5,4 @@ * the cli's API is stable. In the future when std becomes stable, likely we * will match versions with cli as we have in the past. */ -export const VERSION = "0.92.0"; +export const VERSION = "0.93.0";