From e0ef24091e87f84d44d495d432d611625b281249 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:48:39 -0700 Subject: [PATCH] 0.208.0 (#3846) Co-authored-by: crowlKats --- Releases.md | 8 ++++++++ version.ts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index a9493bc372b0..9b1aaee68400 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,11 @@ +### 0.208.0 / 2023.11.24 + +- BREAKING(collections): deprecate `groupBy()` (#3663) +- BREAKING: deprecate `std/http/method` (#3834) +- feat(assert): improve assertion message of `assertNotStrictEquals()` (#3820) +- feat(crypto): support `BLAKE2B-160` algorithm (#3793) +- feat: add std/expect (#3814) + ### 0.207.0 / 2023.11.17 - BREAKING(bytes): deprecate `concat()` signatures that don't use `Uint8Array[]` diff --git a/version.ts b/version.ts index 3febeba89808..25370c334338 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.207.0"; +export const VERSION = "0.208.0";