Skip to content

Commit b07a0b6

Browse files
authored
v1.6.3
1 parent 4997f42 commit b07a0b6

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Releases.md

+18
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ https://github.com/denoland/deno/releases
66
We also have one-line install commands at:
77
https://github.com/denoland/deno_install
88

9+
### 1.6.3 / 2020.12.30
10+
11+
- feat(lsp): Implement textDocument/rename (#8910)
12+
- feat(lsp): Add cache command (#8911)
13+
- feat(unstable): collect coverage from the run command (#8893)
14+
- fix: fetch bad URL will not panic (#8884)
15+
- fix: info does not panic on missing modules (#8924)
16+
- fix(core): Fix incorrect index in Promise.all error reporting (#8913)
17+
- fix(lsp): handle ts debug errors better (#8914)
18+
- fix(lsp): provide diagnostics for unresolved modules (#8872)
19+
- upgrade: dprint, swc_bundler, swc_common, swc_ecmascript (#8901)
20+
- upgrade: rusty_v8 0.15.0, v8 8.8.294 (#8898)
21+
22+
Changes in std version 0.83.0:
23+
24+
- feat(std/node): adds fs.mkdtemp & fs.mkdtempSync (#8604)
25+
- fix(std/http): Don't expose ServerRequest::done as Deferred (#8919)
26+
927
### 1.6.2 / 2020.12.22
1028

1129
- feat(lsp): support the unstable setting (#8851)

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "deno"
5-
version = "1.6.2"
5+
version = "1.6.3"
66
license = "MIT"
77
authors = ["the Deno authors"]
88
edition = "2018"

std/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* the cli's API is stable. In the future when std becomes stable, likely we
66
* will match versions with cli as we have in the past.
77
*/
8-
export const VERSION = "0.82.0";
8+
export const VERSION = "0.83.0";

0 commit comments

Comments
 (0)