summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--Releases.md7
3 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a67ce171b..99ae44ea7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -151,7 +151,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "0.2.4"
+version = "0.2.5"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 631f70793..df0be949c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@
# crates.
[package]
name = "deno"
-version = "0.2.4"
+version = "0.2.5"
[dependencies]
atty = "=0.2.11"
diff --git a/Releases.md b/Releases.md
index 8ec50444c..be1e3896f 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,13 @@ https://github.com/denoland/deno/releases
We also have a one-line install commands at
https://github.com/denoland/deno_install
+### v0.2.5 / 2018.12.31
+
+- Runtime argument checks (#1427 #1415)
+- Lazily create .mime files only with mismatch/no extension (#1417)
+- Fix FormData.name (#1412)
+- Print string with NULL '\0' (#1428)
+
### v0.2.4 / 2018.12.23
- "cargo build" support (#1369 #1296 #1377 #1379)