From c69d2f554d05ba9e4d09af6ae451ce5676876e61 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 14 Dec 2018 14:36:58 -0500 Subject: [PATCH] v0.2.3 - console.assert should not throw error (#1335) - Support more modes in deno.open (#1282, #1336) - Simplify code fetch logic (#1322) - readDir entry mode (#1326) - Use stderr for exceptions (#1303) - console.log formatting improvements (#1327, #1299) - Expose TooLarge error code for buffers (#1298) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a00b34f7ec..efe1452357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ # crates. [package] name = "deno" -version = "0.2.2" +version = "0.2.3" [dependencies] atty = "=0.2.11"