From ae10219f59a16dc32b6a6538c9593301a86f1d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 5 Feb 2021 19:37:27 +0100 Subject: [PATCH] v1.7.2 --- Cargo.lock | 2 +- Releases.md | 15 +++++++++++++++ cli/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e3c63e4bb..59fd0dbe3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,7 +396,7 @@ checksum = "993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908" [[package]] name = "deno" -version = "1.7.1" +version = "1.7.2" dependencies = [ "atty", "base64 0.13.0", diff --git a/Releases.md b/Releases.md index ab84706262..27aa3efec1 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,21 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.7.2 / 2021.02.05 + +- feat(lsp, unstable): add references code lens (#9316) +- feat(lsp, unstable): add TS quick fix code actions (#9396) +- fix: improve http client builder error message (#9380) +- fix(cli): fix handling of non-normalized specifier (#9357) +- fix(cli/coverage): display mapped instrumentation line counts (#9310) +- fix(cli/lsp): fix using jsx/tsx when not emitting via tsc (#9407) +- fix(repl): prevent symbol completion panic (#9400) +- refactor: rewrite Blob implementation (#9309) +- refactor: rewrite File implementation (#9334) + +Release notes for std version 0.86.0: +https://github.com/denoland/deno_std/releases/tag/0.86.0 + ### 1.7.1 / 2021.01.29 - feat(lsp, unstable): add performance measurements (#9209) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f7a63a7f62..a11465a976 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.7.1" +version = "1.7.2" license = "MIT" authors = ["the Deno authors"] edition = "2018"