From 01907e045fe3ef055077594d8c74dc7f8701ebf6 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Sat, 1 Apr 2023 02:58:50 +0900 Subject: [PATCH] 0.182.0 (#3298) Co-authored-by: mmastrac --- Releases.md | 11 +++++++++++ version.ts | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index af55909e057d..28c4865be57a 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,14 @@ +### 0.182.0 / 2023.03.31 + +- feat(csv): add `CsvStringifyStream` (#3270) +- feat(fs): undo deprecation of `exists` and add permission and type check to it + (#2785) +- feat(fs/walk): WalkError class (#3054) +- feat: disposition on TextDelimiterStream (#3273) +- fix(csv/csv_stringify_stream): output headers based on `columns` option + (#3293) +- fix(encoding/base58): fix base58 decoding missing the first byte (#3275) + ### 0.181.0 / 2023.03.22 - feat(front_matter): support +++ for TOML block (#3254) diff --git a/version.ts b/version.ts index 50410a6ef08e..0786c1bd7b5f 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.181.0"; +export const VERSION = "0.182.0";