We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86207cc commit b0b54e7Copy full SHA for b0b54e7
libquickjs-sys/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# libquickjs_sys - Changelog
2
3
+## v0.5.0 - 2020-03-24
4
+
5
+Upgraded to version `2020-03-16`:
6
7
+- Added functions `JS_GetRuntimeOpaque`, `JS_SetRuntimeOpaque`
8
+- Removed function `JS_NewInt64`, JS_ToInt64Ext
9
10
## v0.4.0 - 2019-11-02
11
12
Upgraded to version `2019-09-18`:
libquickjs-sys/Cargo.toml
@@ -2,7 +2,7 @@
edition = "2018"
name = "libquickjs-sys"
description = "QuickJS Javascript Engine FFI bindings"
-version = "0.4.0"
+version = "0.5.0"
readme = "README.md"
documentation = "https://docs.rs/quickjs-sys"
repository = "https://github.com/theduke/quickjs-rs"
0 commit comments