This commit is contained in:
Ryan Dahl 2019-03-20 17:16:40 -04:00
parent 9831a440ca
commit 223a2adbb4
3 changed files with 16 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -17,7 +17,7 @@ path = "cli/main.rs"
[package]
name = "deno"
version = "0.3.3"
version = "0.3.4"
edition = "2018"
[dependencies]

View File

@ -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: