Skip to content

Commit d38b3b5

Browse files
committed
v0.1.4
- Support headers in fetch() - Adds many async fs functions: deno.rename() deno.remove(), deno.removeAll(), deno.removeSync(), deno.removeAllSync(), deno.mkdir(), deno.stat(), deno.lstat() deno.readFile() and deno.writeFile(). - Add mode in FileInfo - Access error codes via error.kind - Check --allow-net permissions when using fetch() - Add deno --deps for listing deps of a script.
1 parent 5bea62a commit d38b3b5

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

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

0 commit comments

Comments
 (0)