Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
- Add --types command line flag.
- Add metrics()
- Add redirect follow feature denoland#934
- Fix clearTimer bug denoland#942
- Improve error printing denoland#935
- Expose I/O interfaces Closer, Seeker, ReaderCloser, WriteCloser,
  ReadSeeker, WriteSeeker, ReadWriteCloser, ReadWriteSeeker
- Fix silent death on double await denoland#919
- Add Conn.closeRead() and Conn.closeWrite() denoland#903
  • Loading branch information
ry committed Oct 12, 2018
1 parent c9f95d5 commit 73f623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.rs
Original file line number Diff line number Diff line change
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 73f623f

Please sign in to comment.