Skip to content

Commit 77c034e

Browse files
committed
Release libquickjs-ng-sys v0.7.1
1 parent 8d5c593 commit 77c034e

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

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.7.0", path = "./libquickjs-sys"}
24+
libquickjs-ng-sys = {version = "^0.7.1", path = "./libquickjs-sys"}
2525
log = {version = "0.4.8", optional = true}
2626
num-bigint = {version = "0.4.4", optional = true}
2727
num-traits = {version = "0.2.0", optional = true}

libquickjs-sys/CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,37 @@ 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.7.1 (2025-01-10)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-8d5c593e0d09193fd1a5e6e8668f11c9dedbd45a/> improve cross-compilation support for Android in build script
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+
- Improve cross-compilation support for Android in build script ([`8d5c593`](https://github.com/Icemic/quickjs-rusty/commit/8d5c593e0d09193fd1a5e6e8668f11c9dedbd45a))
30+
</details>
31+
832
## 0.7.0 (2025-01-10)
933

1034
<csr-id-65bf6cb7a8176c67ef1669465a52cc8694e3be88/>
1135
<csr-id-657d42ccc888b183e33f47c237a34cdeee305137/>
1236
<csr-id-9dad3a324624a1822476a0b44a57c86c836625a8/>
1337
<csr-id-3f65492ed4852921c880770871f5d84d16766418/>
38+
<csr-id-a1a7927ad2b88700746d2a80911df4ed540490fd/>
1439

1540
### Chore
1641

@@ -41,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4166

4267
<csr-read-only-do-not-edit/>
4368

44-
- 11 commits contributed to the release over the course of 2 calendar days.
69+
- 12 commits contributed to the release over the course of 2 calendar days.
4570
- 186 days passed between releases.
4671
- 10 commits were understood as [conventional](https://www.conventionalcommits.org).
4772
- 0 issues like '(#ID)' were seen in commit messages
@@ -53,6 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5378
<details><summary>view details</summary>
5479

5580
* **Uncategorized**
81+
- Release libquickjs-ng-sys v0.7.0, quickjs-rusty v0.7.0, safety bump quickjs-rusty v0.7.0 ([`4d1dc54`](https://github.com/Icemic/quickjs-rusty/commit/4d1dc54cef443ddb2af527b5576abf2d8f52a361))
5682
- Add new changelog files ([`a1a7927`](https://github.com/Icemic/quickjs-rusty/commit/a1a7927ad2b88700746d2a80911df4ed540490fd))
5783
- Rename old CHANGELOG.md ([`65bf6cb`](https://github.com/Icemic/quickjs-rusty/commit/65bf6cb7a8176c67ef1669465a52cc8694e3be88))
5884
- Update edition in Cargo.toml to 2021 ([`657d42c`](https://github.com/Icemic/quickjs-rusty/commit/657d42ccc888b183e33f47c237a34cdeee305137))

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.7.0"
12+
version = "0.7.1"
1313

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

0 commit comments

Comments
 (0)