From 8074d8bcf3cdcc7e9a08df147e0082798a7c2760 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 23 Apr 2021 16:08:06 +0200 Subject: [PATCH] 1.9.2 --- Cargo.lock | 2 +- Releases.md | 13 +++++++++++++ cli/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2299514f68..4826a4edb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.9.1" +version = "1.9.2" dependencies = [ "atty", "base64 0.13.0", diff --git a/Releases.md b/Releases.md index d0842e6234..7e872e4205 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,19 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.9.2 / 2021.04.23 + +- fix: parse websocket messages correctly (#10318) +- fix: standalone bin corruption on M1 (#10311) +- fix: don't gray-out internal error frames (#10293) +- fix(op_crates/fetch): Response inspect regression (#10295) +- fix(runtime): do not panic on not found cwd (#10238) +- fix(op_crates/webgpu): move non-null op buffer arg check when needed (#10319) +- fix(lsp): document symbol performance mark (#10264) + +Release notes for std version 0.95.0: +https://github.com/denoland/deno_std/releases/tag/0.95.0 + ### 1.9.1 / 2021.04.20 - feat(lsp, unstable): Implement textDocument/documentSymbol (#9981) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8da0a0dde8..ea1c5b9637 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.9.1" +version = "1.9.2" license = "MIT" authors = ["the Deno authors"] edition = "2018"