From 12e9b2e610c33ff27a5373bc1b1d4b60de3ee4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 21 Apr 2021 00:12:49 +0200 Subject: [PATCH] 0.94.0 --- Releases.md | 7 +++++++ version.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 74dd06270ae6..4b79720d4f48 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,10 @@ +### 0.94.0 / 2021.04.20 + +- feat(node/fs): add fstat and fstatSync (#847) +- feat(streams): add readableStreamFromReader (#852) +- fix(path): reduce circular dependency (#858) +- fix(testing): equals does not differentiate undefined/absent keys (#849) + ### 0.93.0 / 2021.04.13 - feat: add iter and iterSync to io/util (#843) diff --git a/version.ts b/version.ts index 8433b4c7238a..48da0336f9ce 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.93.0"; +export const VERSION = "0.94.0";