Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
- Add atob() btoa() #776
- Add deno.arch deno.platform #773
- Add deno.symlink() and deno.symlinkSync() #742
- Add deno.mkdir() and deno.mkdirSync() #746
- Add deno.makeTempDir() #740
- Improvements to FileInfo interface #765, #761
- Add fetch.blob()
- Upgrade V8 to 7.0.276.15
- Upgrade Rust crates
  • Loading branch information
ry committed Sep 22, 2018
1 parent 516e1da commit 8e958d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.rs
Expand Up @@ -3,7 +3,7 @@ use libdeno;
use std::ffi::CStr;

// This is the source of truth for the Deno version. Ignore the value in Cargo.toml.
const DENO_VERSION: &str = "0.1.4";
const DENO_VERSION: &str = "0.1.5";

pub fn print_version() {
let v = unsafe { libdeno::deno_v8_version() };
Expand Down

0 comments on commit 8e958d3

Please sign in to comment.