diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-14 14:36:58 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-14 15:11:44 -0500 |
commit | c69d2f554d05ba9e4d09af6ae451ce5676876e61 (patch) | |
tree | ad162c0db5237289ba64fd135328b0e21283eef1 | |
parent | 769994bd4ee352b636a6a5e58d346cf07539bfe6 (diff) |
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)
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index a00b34f7e..efe145235 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" |