Skip to content

Commit 5307aa9

Browse files
committed
v0.1.7
- Improve fetch headers (#853) - Add deno.truncate (#805) - Add copyFile/copyFileSync (#863) - Limit depth of output in console.log for nested objects, and add console.dir (#826) - Guess extensions on extension not provided (#859) - Renames: deno.platform -> deno.platform.os deno.arch -> deno.platform.arch - Upgrade TS to 3.0.3 - Add readDirSync(), readDir() - Add support for TCP servers and clients. (#884) Adds deno.listen(), deno.dial(), deno.Listener and deno.Conn.
1 parent 1023202 commit 5307aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6";
6+
const DENO_VERSION: &str = "0.1.7";
77

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

0 commit comments

Comments
 (0)