diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-27 12:07:32 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-27 16:20:10 -0500 |
commit | b0c7b54f692ecc866d4f70bfa384631523bbf924 (patch) | |
tree | e9835eee2704c1faa358c1887fd27721648b2270 | |
parent | 2afc877935eefb33c01992f855caf65fa62aa248 (diff) |
v0.3.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | Releases.md | 8 |
3 files changed, 10 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 259eb20e4..c75e0dc2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.3.0" +version = "0.3.1" 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 f9e29239b..4ce9fa2a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ [package] name = "deno" -version = "0.3.0" +version = "0.3.1" edition = "2018" [dependencies] diff --git a/Releases.md b/Releases.md index 0bce4d69b..b32320805 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,14 @@ https://github.com/denoland/deno/releases We also have one-line install commands at 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 The major API change in this release is that instead of importing a `"deno"` |