summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--Releases.md9
3 files changed, 11 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 93fa5cc69..a0ffaa3aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -182,7 +182,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "0.2.9"
+version = "0.2.10"
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 1cd34eed9..7aeff89fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@
# crates.
[package]
name = "deno"
-version = "0.2.9"
+version = "0.2.10"
edition = "2018"
[dependencies]
diff --git a/Releases.md b/Releases.md
index 07bbb2122..e792369a0 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,15 @@ https://github.com/denoland/deno/releases
We also have a one-line install commands at
https://github.com/denoland/deno_install
+### v0.2.10 / 2019.02.02
+
+- Add --fmt (#1646)
+- Add --info (#1647, #1660)
+- Better error message for bad filename CLI argument. (#1650)
+- Clarify writeFile options and avoid unexpected perm modification (#1643)
+- Add performance.now (#1633)
+- Add import.meta.url (#1624)
+
### v0.2.9 / 2019.01.29
- Add REPL functions "help" and "exit" (#1563)