From e1cac630c3ae85985c009f435d6c986a664a2cb0 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 31 Mar 2022 11:55:29 -0400 Subject: [PATCH] 0.133.0 --- Releases.md | 5 +++++ version.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index f76fa01d4..355bfb183 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,8 @@ +### 0.133.0 / 2022.03.31 + +- BREAKING: improve bytes/ module (#2074) +- feat(testing): add mocking utilities (#2048) + ### 0.132.0 / 2022.03.25 - feat(collections): Add BSTree and RBTree (#2023) diff --git a/version.ts b/version.ts index 3e5e4da6c..62c338ce3 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.132.0"; +export const VERSION = "0.133.0";