summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Releases.md13
-rw-r--r--cli/Cargo.toml2
3 files changed, 15 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2299514f6..4826a4edb 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 d0842e623..7e872e420 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 8da0a0dde..ea1c5b963 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"