Skip to content

Commit b9486eb

Browse files
committed
Release libquickjs-ng-sys v0.11.0, quickjs-rusty v0.12.0, safety bump quickjs-rusty v0.12.0
1 parent df08d4f commit b9486eb

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## Unreleased
8+
## 0.12.0 (2026-05-25)
99

1010
### Bug Fixes
1111

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "quickjs-rusty"
99
readme = "README.md"
1010
repository = "https://github.com/Icemic/quickjs-rusty"
11-
version = "0.11.1"
11+
version = "0.12.0"
1212

1313
[package.metadata.docs.rs]
1414
features = ["chrono", "bigint"]
@@ -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.10.1", path = "./libquickjs-sys"}
24+
libquickjs-ng-sys = {version = "^0.11.0", 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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-
## Unreleased
8+
## 0.11.0 (2026-05-25)
99

1010
Upgrade quickjs-ng to v0.15.0.
1111

1212
### Commit Statistics
1313

1414
<csr-read-only-do-not-edit/>
1515

16-
- 2 commits contributed to the release over the course of 7 calendar days.
16+
- 3 commits contributed to the release over the course of 7 calendar days.
1717
- 64 days passed between releases.
1818
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1919
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +25,7 @@ Upgrade quickjs-ng to v0.15.0.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28+
- Update changelog ([`df08d4f`](https://github.com/Icemic/quickjs-rusty/commit/df08d4fdc0e947bbcfb7020c4c45671bbbfbc432))
2829
- Update quickjs-ng to v0.15.0 ([`0d92c3f`](https://github.com/Icemic/quickjs-rusty/commit/0d92c3fb901e87651c292dbc912906b05621aeec))
2930
- Upgrade to latest quickjs-ng ([`6f2ce58`](https://github.com/Icemic/quickjs-rusty/commit/6f2ce58098892d5063f3b1222d393c358335538b))
3031
</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.10.1"
12+
version = "0.11.0"
1313

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

0 commit comments

Comments
 (0)