From b2fb8261e700c75cfb9a626ae57bbd3098e08454 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 8 Feb 2019 21:45:03 -0500 Subject: v0.2.11 - Add deps to --info output (#1720) - Add --allow-read (#1689) - Add deno.isTTY() (#1622) - Add emojis to permission prompts (#1684) - Add basic WebAssembly support (#1677) - Add `NO_COLOR` support https://no-color.org/ (#1716) - Add color exceptions (#1698) - Fix: do not load cache files when recompile flag is set (#1695) - Upgrade V8 to 7.4.98 (#1640) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 487ec385e..8c1509d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ # crates. [package] name = "deno" -version = "0.2.10" +version = "0.2.11" edition = "2018" [dependencies] -- cgit v1.2.3