Skip to content

Commit b0b54e7

Browse files
committed
libquickjs-sys v0.5.0 release
1 parent 86207cc commit b0b54e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

libquickjs-sys/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# libquickjs_sys - Changelog
22

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+
310
## v0.4.0 - 2019-11-02
411

512
Upgraded to version `2019-09-18`:

libquickjs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "libquickjs-sys"
44
description = "QuickJS Javascript Engine FFI bindings"
5-
version = "0.4.0"
5+
version = "0.5.0"
66
readme = "README.md"
77
documentation = "https://docs.rs/quickjs-sys"
88
repository = "https://github.com/theduke/quickjs-rs"

0 commit comments

Comments
 (0)