Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
Changes since v0.1.12:
- First pass at running subprocesses (#1156)
- Improve flag parsing (#1200)
- Improve fetch() (#1194 #1188 #1102)
- Support shebang (#1197)
  • Loading branch information
ry committed Nov 16, 2018
1 parent 96c3641 commit d083f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -6,7 +6,7 @@
# crates.
[package]
name = "deno"
version = "0.1.12"
version = "0.2.0"

[dependencies]
atty = "=0.2.11"
Expand Down
2 changes: 1 addition & 1 deletion src/version.rs
Expand Up @@ -3,7 +3,7 @@ use libdeno;
use std::ffi::CStr;

// TODO Extract this version string from Cargo.toml.
pub const DENO: &str = "0.1.12";
pub const DENO: &str = "0.2.0";

pub fn v8() -> &'static str {
let version = unsafe { libdeno::deno_v8_version() };
Expand Down

0 comments on commit d083f72

Please sign in to comment.