Skip to content

Commit 965b814

Browse files
committed
Release libquickjs-ng-sys v0.12.0, quickjs-rusty v0.13.0, safety bump quickjs-rusty v0.13.0
1 parent a323710 commit 965b814

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.13.0 (2026-07-07)
99

1010
### New Features
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.12.0"
11+
version = "0.13.0"
1212

1313
[package.metadata.docs.rs]
1414
features = ["chrono", "bigint"]
@@ -22,7 +22,7 @@ truncate-float-to-int = []
2222
[dependencies]
2323
anyhow = {version = "1"}
2424
chrono = {version = "0.4.7", optional = true}
25-
libquickjs-ng-sys = {version = "^0.11.0", path = "./libquickjs-sys"}
25+
libquickjs-ng-sys = {version = "^0.12.0", path = "./libquickjs-sys"}
2626
log = "0.4"
2727
num-bigint = {version = "0.4.4", optional = true}
2828
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.12.0 (2026-07-07)
99

1010
Upgrade quickjs-ng to latest.
1111

1212
### Commit Statistics
1313

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

16-
- 1 commit contributed to the release.
16+
- 2 commits contributed to the release.
1717
- 43 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 latest.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28+
- Update changelog ([`a323710`](https://github.com/Icemic/quickjs-rusty/commit/a323710b9e7cdc99592b5d068973a4f7d22a21d3))
2829
- Update to latest quickjs and fix compatibities ([`ddc8712`](https://github.com/Icemic/quickjs-rusty/commit/ddc87126f6508f439f32f5dc81f97ce11036a377))
2930
</details>
3031

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.11.0"
12+
version = "0.12.0"
1313

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

0 commit comments

Comments
 (0)