Skip to content

Commit da959e8

Browse files
committed
v0.1.10
- Add URLSearchParams (#1049) - Implement clone for FetchResponse (#1054) - Use content-type headers when importing from URLs. (#1020) - Use checkJs option, JavaScript will be type checked and users can supply JSDoc type annotations that will be enforced by Deno (#1068) - Add separate http/https cache dirs to DENO_DIR (#971) - Support https in fetch. (#1100) - Add chmod/chmodSync on unix (#1088) - Remove broken features: --deps and trace() (#1103) - Ergonomics: Prompt TTY for permission escalation (#1081)
1 parent 882a323 commit da959e8

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-
pub const DENO_VERSION: &str = "0.1.9";
6+
pub const DENO_VERSION: &str = "0.1.10";
77

88
pub fn get_v8_version() -> &'static str {
99
let v = unsafe { libdeno::deno_v8_version() };

0 commit comments

Comments
 (0)