From b0c7b54f692ecc866d4f70bfa384631523bbf924 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 27 Feb 2019 12:07:32 -0500 Subject: [PATCH] v0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Releases.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 259eb20e49..c75e0dc2a3 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 f9e29239bd..4ce9fa2a9e 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 0bce4d69b6..b323208053 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"`