Skip to content

Commit d3ca565

Browse files
committed
Release quickjs-rusty v0.10.2
1 parent 3d7629e commit d3ca565

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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.10.2 (2025-12-20)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-3d7629e3d872b645d0881083620ab1e96bcf1704/> callback module exports
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+
- Callback module exports ([`3d7629e`](https://github.com/Icemic/quickjs-rusty/commit/3d7629e3d872b645d0881083620ab1e96bcf1704))
30+
</details>
31+
832
## 0.10.1 (2025-12-19)
933

1034
### 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.10.1"
11+
version = "0.10.2"
1212

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

0 commit comments

Comments
 (0)