diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-08 21:45:03 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-08 23:34:05 -0500 |
| commit | b2fb8261e700c75cfb9a626ae57bbd3098e08454 (patch) | |
| tree | bc1fd37a93b1c4d038be0b546db9a3cd7ffc9340 /Cargo.toml | |
| parent | bbe2004f5d2b434fe5942fc3c8954a297b317fd0 (diff) | |
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)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
