Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
- console.assert should not throw error (denoland#1335)
- Support more modes in deno.open (denoland#1282, denoland#1336)
- Simplify code fetch logic (denoland#1322)
- readDir entry mode (denoland#1326)
- Use stderr for exceptions (denoland#1303)
- console.log formatting improvements (denoland#1327, denoland#1299)
- Expose TooLarge error code for buffers (denoland#1298)
  • Loading branch information
ry committed Dec 14, 2018
1 parent 769994b commit c69d2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# crates.
[package]
name = "deno"
version = "0.2.2"
version = "0.2.3"

[dependencies]
atty = "=0.2.11"
Expand Down

0 comments on commit c69d2f5

Please sign in to comment.