Skip to content

Commit b929e31

Browse files
committed
Release quickjs-rusty v0.7.2
1 parent 4f0ecf2 commit b929e31

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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.2 (2025-02-07)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-4f0ecf22a79b3469045133322fb24658da7fa64e/> compatibility with aarch64 target
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 13 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+
- Compatibility with aarch64 target ([`4f0ecf2`](https://github.com/Icemic/quickjs-rusty/commit/4f0ecf22a79b3469045133322fb24658da7fa64e))
31+
</details>
32+
833
## 0.7.1 (2025-01-24)
934

1035
### New Features

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
@@ -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.7.1"
11+
version = "0.7.2"
1212

1313
[package.metadata.docs.rs]
1414
features = ["chrono", "bigint"]

0 commit comments

Comments
 (0)