summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-03-13 12:24:01 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-03-13 13:31:23 -0400
commit3dbb06e699398549e8cfabc896ef3256ab433cba (patch)
treee88721910f5a7024edf358039860b4009c465a9e
parent7e092210312af337a118c70865c2eb2593c83192 (diff)
v0.3.3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--Releases.md19
3 files changed, 21 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2a1a11135..5e5a72c55 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -199,7 +199,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "0.3.2"
+version = "0.3.3"
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 2d1e6041f..b603ac593 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ members = [
[package]
name = "deno"
-version = "0.3.2"
+version = "0.3.3"
edition = "2018"
[dependencies]
diff --git a/Releases.md b/Releases.md
index c1f046c7e..beab24305 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,25 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### v0.3.3 / 2019.03.13
+
+In deno itself:
+
+- Rename Deno.build.gnArgs to Deno.build.args (#1912, #1909)
+- Upgrade to TypeScript 3.3 (#1908)
+- Basic Arm64 support (#1887)
+- Remove builtin "deno" module, use Deno global var (#1895)
+- Improvements to internal deno_core crate (#1904, #1914)
+- Add --no-prompt flag for non-interactive environments (#1913)
+
+In deno_std
+
+- Add fs extras: ensureDir, ensireFile, readJson, emptyDir, move, exists (#269,
+ #266, #264, #263, #260)
+- Datetime module improvement (#259)
+- asserts: Add unimplemented, unreachable, assertNotEquals, assertArrayContains
+ (#246, #248)
+
### v0.3.2 / 2019.03.06
In deno itself: