This commit is contained in:
Ryan Dahl 2019-02-27 12:07:32 -05:00
parent 2afc877935
commit b0c7b54f69
3 changed files with 10 additions and 2 deletions

2
Cargo.lock generated
View File

@ -199,7 +199,7 @@ dependencies = [
[[package]] [[package]]
name = "deno" name = "deno"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -13,7 +13,7 @@ members = [
[package] [package]
name = "deno" name = "deno"
version = "0.3.0" version = "0.3.1"
edition = "2018" edition = "2018"
[dependencies] [dependencies]

View File

@ -6,6 +6,14 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at We also have one-line install commands at
https://github.com/denoland/deno_install https://github.com/denoland/deno_install
### v0.3.1 / 2019.02.27
- Add import.meta.main (#1835)
- Fix console.table display of Map (#1839)
- New low-level Rust API (#1827)
- Upgrade V8 to 7.4.238 (#1849)
- Upgrade crates (#1848)
### v0.3.0 / 2019.02.18 ### v0.3.0 / 2019.02.18
The major API change in this release is that instead of importing a `"deno"` The major API change in this release is that instead of importing a `"deno"`