Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
- Fix promise reject issue (#936)
- Add --types command line flag.
- Add metrics()
- Add redirect follow feature #934
- Fix clearTimer bug #942
- Improve error printing #935
- Expose I/O interfaces Closer, Seeker, ReaderCloser, WriteCloser,
  ReadSeeker, WriteSeeker, ReadWriteCloser, ReadWriteSeeker
- Fix silent death on double await #919
- Add Conn.closeRead() and Conn.closeWrite() #903
  • Loading branch information
ry committed Oct 12, 2018
1 parent 45d3b89 commit d92c99e
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.7";
const DENO_VERSION: &str = "0.1.8";

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

0 comments on commit d92c99e

Please sign in to comment.