diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-15 23:13:51 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-16 13:23:50 +0800 |
| commit | d083f7271b11d87ddba90869d2bcd2cf312e77af (patch) | |
| tree | 4f9093922ad30042786a344abe574e9311078802 /Cargo.toml | |
| parent | 96c3641fffe8509af9351cec4580861e76d89cc9 (diff) | |
v0.2.0
Changes since v0.1.12:
- First pass at running subprocesses (#1156)
- Improve flag parsing (#1200)
- Improve fetch() (#1194 #1188 #1102)
- Support shebang (#1197)
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 6cdd37178..401406e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ # crates. [package] name = "deno" -version = "0.1.12" +version = "0.2.0" [dependencies] atty = "=0.2.11" |
