From 55c33e1e8a3f51747d7d02213cd7c5913bfba5a4 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:01:02 +0900 Subject: [PATCH] 0.216.0 (#4333) Co-authored-by: Divy Srivastava --- Releases.md | 11 +++++++++++ version.ts | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 29db45a05dc4..c364fb6bc922 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,14 @@ +### 0.216.0 / 2024.02.15 + +- BREAKING(path): remove `path/windows/separator.ts` (#4292) +- BREAKING(semver): remove `SemVerRange` and `isSemVerRange()` (#4295) +- BREAKING(semver): remove `eq()`, `gt()`, `gte()`, `lt()`, `lte()` and `neq()` + (#4294) +- BREAKING(semver): remove `outside()` (#4293) +- feat(datetime): `format()` options (#4285) +- fix(semver): return new object instance in `comparatorMin()` and + `comparatorMax()` (#4314) + ### 0.215.0 / 2024.02.08 - BREAKING(log): remove `WARNING` log level (#4258) diff --git a/version.ts b/version.ts index 79a17fb2775a..feb6d6ce48f2 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.215.0"; +export const VERSION = "0.216.0";