From 404e6f86345216c9205cabb88b19eaca762095e0 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 6 Jan 2019 18:16:53 -0500 Subject: [PATCH] v0.2.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Releases.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82107e17f6..edaac90898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.2.5" +version = "0.2.6" 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 c95e2e9ea7..039d550398 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ # crates. [package] name = "deno" -version = "0.2.5" +version = "0.2.6" [dependencies] atty = "=0.2.11" diff --git a/Releases.md b/Releases.md index be1e3896f1..1949e1c4b9 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.6 / 2019.01.06 + +- Implement console.groupCollapsed (#1452) +- Add deno.pid (#1464) +- Add Event web API (#1059) +- Support more fetch init body types (#1449) + ### v0.2.5 / 2018.12.31 - Runtime argument checks (#1427 #1415)