From 541b1a17c619fb361fb8a37b493302d8f0b7207e Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Tue, 8 Nov 2022 16:06:11 -0500 Subject: [PATCH] 0.163.0 (#2855) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bartlomieju Co-authored-by: Bartek IwaƄczuk --- Releases.md | 15 +++++++++++++++ version.ts | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 94f38b3b5..2c2c63bb0 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,18 @@ +### 0.163.0 / 2022.11.08 + +- chore: upgrade rust to 0.165.0 and wasmbuild to 0.10.2 (#2850) +- chore(semver): rename inc and diff (#2826) +- docs(encoding): remove `await` (#2831) +- docs(encoding): remove `ColumnDetails["fn"]` (#2840) +- docs(flags): fix broken link to minimist (#2842) +- docs(fs): remove misleading docs from fs.walk (#2836) +- docs(log): add note for module authors (#2843) +- refactor: cleanup check licence headers tool (#2830) +- refactor(_tools): use `fs/walk` in deprecations check (#2837) +- refactor(_util): remove `deepAssign` (#2847) +- refactor(crypto): move `crypto/_wasm_crypto/` to `crypto/_wasm/` (#2845) +- refactor(encoding): move `varint/_wasm_varint/` to `varint/_wasm/` (#2844) + ### 0.162.0 / 2022.11.03 - feat(encoding/front_matter): add support for different formats of front matter diff --git a/version.ts b/version.ts index e29c70f6b..e6a317e50 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.162.0"; +export const VERSION = "0.163.0";