Skip to content

Commit 8026afd

Browse files
committed
Release libquickjs-ng-sys v0.9.0, quickjs-rusty v0.9.0, safety bump quickjs-rusty v0.9.0
1 parent 55eb87f commit 8026afd

File tree

5 files changed

+62
-6
lines changed

5 files changed

+62
-6
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ 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.0 (2025-05-03)
9+
10+
### New Features
11+
12+
- <csr-id-55eb87f8f6705b928cda898325200d0ee63d960c/> optimize BigInt conversion by adding support for short BigInt
13+
- <csr-id-8f7d601639af61a967e4a0f4bb4baedecb4cf292/> add methods to check if OwnedJsValue is BigInt and ShortBigInt
14+
- <csr-id-8298fcc17de7a2f4545126ec5659c40c4a5ebd84/> add support for ShortBigInt in deserialization
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 3 commits contributed to the release.
21+
- 41 days passed between releases.
22+
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
23+
- 0 issues like '(#ID)' were seen in commit messages
24+
25+
### Commit Details
26+
27+
<csr-read-only-do-not-edit/>
28+
29+
<details><summary>view details</summary>
30+
31+
* **Uncategorized**
32+
- Optimize BigInt conversion by adding support for short BigInt ([`55eb87f`](https://github.com/Icemic/quickjs-rusty/commit/55eb87f8f6705b928cda898325200d0ee63d960c))
33+
- Add methods to check if OwnedJsValue is BigInt and ShortBigInt ([`8f7d601`](https://github.com/Icemic/quickjs-rusty/commit/8f7d601639af61a967e4a0f4bb4baedecb4cf292))
34+
- Add support for ShortBigInt in deserialization ([`8298fcc`](https://github.com/Icemic/quickjs-rusty/commit/8298fcc17de7a2f4545126ec5659c40c4a5ebd84))
35+
</details>
36+
837
## 0.8.0 (2025-03-22)
938

1039
### New Features

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.8.0"
11+
version = "0.9.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.8.0", path = "./libquickjs-sys"}
24+
libquickjs-ng-sys = {version = "^0.9.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: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.0 (2025-05-03)
9+
10+
### New Features
11+
12+
- <csr-id-55eb87f8f6705b928cda898325200d0ee63d960c/> optimize BigInt conversion by adding support for short BigInt
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 2 commits contributed to the release.
19+
- 41 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Optimize BigInt conversion by adding support for short BigInt ([`55eb87f`](https://github.com/Icemic/quickjs-rusty/commit/55eb87f8f6705b928cda898325200d0ee63d960c))
31+
- Feat: upgrade quickjs-ng to v0.10.0; fix: compile errors ([`5cf751f`](https://github.com/Icemic/quickjs-rusty/commit/5cf751f4f4ca60da776540629ce11fe7cd900c64))
32+
</details>
33+
834
## 0.8.0 (2025-03-22)
935

1036
### New Features
@@ -15,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1541

1642
<csr-read-only-do-not-edit/>
1743

18-
- 1 commit contributed to the release.
44+
- 2 commits contributed to the release.
1945
- 57 days passed between releases.
2046
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2147
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2753
<details><summary>view details</summary>
2854

2955
* **Uncategorized**
56+
- Release libquickjs-ng-sys v0.8.0, quickjs-rusty v0.8.0, safety bump quickjs-rusty v0.8.0 ([`eefbcfb`](https://github.com/Icemic/quickjs-rusty/commit/eefbcfb41e471865e0d71b0b920cfb3466fbce3e))
3057
- Upgrade quickjs-ng to v0.9.0 and fix compatibility ([`2a6f743`](https://github.com/Icemic/quickjs-rusty/commit/2a6f7433993826b340bc338bb4fefa8252f4738d))
3158
</details>
3259

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.8.0"
12+
version = "0.9.0"
1313

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

0 commit comments

Comments
 (0)