Skip to content

Commit 6587a18

Browse files
committed
v0.1.8
- Fix promise reject issue (denoland#936) - 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
1 parent 45d3b89 commit 6587a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use libdeno;
33
use std::ffi::CStr;
44

55
// This is the source of truth for the Deno version. Ignore the value in Cargo.toml.
6-
const DENO_VERSION: &str = "0.1.7";
6+
const DENO_VERSION: &str = "0.1.8";
77

88
pub fn print_version() {
99
let v = unsafe { libdeno::deno_v8_version() };

0 commit comments

Comments
 (0)