From 69245d3dc8c95ec30769f55fd71ee12a9645b88f Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 17 May 2021 16:42:58 +0200 Subject: [PATCH] 0.97.0 --- Releases.md | 8 ++++++++ version.ts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 442b1a693..44cc2cf0e 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,11 @@ +### 0.97.0 / 2021.05.17 + +- fix(io/buffer): make Buffer compatible with Deploy (#912) +- fix(io/bufio): readDelim returns wrong result if delim strides over chunks + (#877) +- fix(node/events): accept only functions as listener arguments (#916) +- fix(testing): support array values in assertObjectMatch (#906) + ### 0.96.0 / 2021.05.11 - feat(fs/walk): show path in walk error (#875) diff --git a/version.ts b/version.ts index d3aa441e3..65ff6e774 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.96.0"; +export const VERSION = "0.97.0";