Skip to content

Commit 6c4629f

Browse files
committed
Release libquickjs-ng-sys v0.9.3
1 parent ec845f4 commit 6c4629f

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = ["thiserror", "dep:serde"]
2121
[dependencies]
2222
anyhow = {version = "1"}
2323
chrono = {version = "0.4.7", optional = true}
24-
libquickjs-ng-sys = {version = "^0.9.2", path = "./libquickjs-sys"}
24+
libquickjs-ng-sys = {version = "^0.9.3", path = "./libquickjs-sys"}
2525
log = "0.4"
2626
num-bigint = {version = "0.4.4", optional = true}
2727
num-traits = {version = "0.2.0", optional = true}

libquickjs-sys/CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.9.3 (2025-07-17)
9+
10+
### New Features
11+
12+
- <csr-id-ec845f43a3138a7def2805bcfe3562f8d9f0a625/> add cross-compilation support for custom compilers
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
20+
- 0 issues like '(#ID)' were seen in commit messages
21+
22+
### Commit Details
23+
24+
<csr-read-only-do-not-edit/>
25+
26+
<details><summary>view details</summary>
27+
28+
* **Uncategorized**
29+
- Add cross-compilation support for custom compilers ([`ec845f4`](https://github.com/Icemic/quickjs-rusty/commit/ec845f43a3138a7def2805bcfe3562f8d9f0a625))
30+
</details>
31+
832
## 0.9.2 (2025-07-16)
933

1034
Upgrade quickjs-ng to latest master version.
@@ -13,7 +37,7 @@ Upgrade quickjs-ng to latest master version.
1337

1438
<csr-read-only-do-not-edit/>
1539

16-
- 2 commits contributed to the release.
40+
- 3 commits contributed to the release.
1741
- 37 days passed between releases.
1842
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1943
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +49,7 @@ Upgrade quickjs-ng to latest master version.
2549
<details><summary>view details</summary>
2650

2751
* **Uncategorized**
52+
- Release libquickjs-ng-sys v0.9.2, quickjs-rusty v0.9.2 ([`283eaf1`](https://github.com/Icemic/quickjs-rusty/commit/283eaf16bf8ba17685474d69677e291b24c05b90))
2853
- Update Changelogs ([`6ac2323`](https://github.com/Icemic/quickjs-rusty/commit/6ac2323fd4a89a82f96d6bf11a4d9b9dbf8be4dd))
2954
- Fix: upgrade quickjs-ng; fix: remove unused JSContext parameter from IsBigInt ([`0324584`](https://github.com/Icemic/quickjs-rusty/commit/03245841101d2a67e14f99c464dc16449bfc6710))
3055
</details>

libquickjs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "libquickjs-ng-sys"
1010
readme = "README.md"
1111
repository = "https://github.com/Icemic/quickjs-rusty"
12-
version = "0.9.2"
12+
version = "0.9.3"
1313

1414
[build-dependencies]
1515
bindgen = "0.71.1"

0 commit comments

Comments
 (0)