summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--Releases.md8
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"`