diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-03-20 17:16:40 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-20 18:54:47 -0400 |
commit | 223a2adbb46cb33e75ffe861ecaff6ff7e6d555e (patch) | |
tree | dea8ba45f6e1cf62dba1d1d2af8d0c662228357a | |
parent | 9831a440ca0f2186c4a1afe981a31dabf6084099 (diff) |
v0.3.4
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | Releases.md | 14 |
3 files changed, 16 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5e5a72c55..e3c5f18bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.3.3" +version = "0.3.4" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5864d268c..291aa7db6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "cli/main.rs" [package] name = "deno" -version = "0.3.3" +version = "0.3.4" edition = "2018" [dependencies] diff --git a/Releases.md b/Releases.md index beab24305..9815aecc7 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,20 @@ https://github.com/denoland/deno/releases We also have one-line install commands at https://github.com/denoland/deno_install +### v0.3.4 / 2019.03.20 + +In deno itself: + +- Performance improvements (#1959, #1938) +- Improve pretty printing of objects (#1969) +- More permissions prompt options (#1926) + +In deno_std: + +- Add prettier styling options (#281) +- Extract internal method isSubdir to fs/utils.ts (#285) +- Add strings/pad (#282) + ### v0.3.3 / 2019.03.13 In deno itself: |