From 088d56c710d9c4d048508db5569afb4d0cd2ce52 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Fri, 9 Sep 2022 03:40:06 -0400 Subject: [PATCH] 0.155.0 (#2638) Co-authored-by: kt3k --- Releases.md | 14 ++++++++++++++ version.ts | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 7161ebd4e751..11bfe1d8eb3c 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,17 @@ +### 0.155.0 / 2022.09.09 + +- BREAKING(encoding/csv): make column argument optional (#2168) +- BREAKING(encoding/csv): sync stringify function (#2611) +- feat(dotenv): allow to restrict env lookup to specific Env variables (#2544) +- fix(async): restore `delay` browser compatibility (#2625) +- fix(log): make setup and destroy sync (#2532) +- fix(node): bump node version to latest stable (#2610) +- fix(node): use readable-stream from stream/promises (#2630) +- fix(node): vendor readable-stream from esm.sh (#2584) +- fix(node/process): revert workaround for stdin.isTTY (#2590) (#2614) +- fix(node/url): `urlObject.format` is not a function for object input (#2607) +- fix(testing/asserts): temporarily disable background colors in diff (#2601) + ### 0.154.0 / 2022.09.01 - BREAKING(encoding/csv): remove ColumnOptions (#2536) diff --git a/version.ts b/version.ts index 55d6ef6245d2..a8bf337535ea 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.154.0"; +export const VERSION = "0.155.0";