Skip to content

Commit a323710

Browse files
committed
update changelog
1 parent ddc8712 commit a323710

2 files changed

Lines changed: 57 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ 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
9+
10+
### New Features
11+
12+
- <csr-id-f098ba7dbd0d6d0d00209aa9220304e19932afa3/> add truncate-float-to-int feature for float to integer conversion
13+
- <csr-id-751d15b89ce890549cee51172c4dc41dbf91195c/> optimize integer parsing in deserializer
14+
15+
### Bug Fixes
16+
17+
- <csr-id-6eff8a7606b3dcc8ec101993d36784c2653f6d94/> handle proxy cases in deserializer
18+
19+
### Commit Statistics
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
- 3 commits contributed to the release over the course of 30 calendar days.
24+
- 43 days passed between releases.
25+
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
26+
- 0 issues like '(#ID)' were seen in commit messages
27+
28+
### Commit Details
29+
30+
<csr-read-only-do-not-edit/>
31+
32+
<details><summary>view details</summary>
33+
34+
* **Uncategorized**
35+
- Add truncate-float-to-int feature for float to integer conversion ([`f098ba7`](https://github.com/Icemic/quickjs-rusty/commit/f098ba7dbd0d6d0d00209aa9220304e19932afa3))
36+
- Optimize integer parsing in deserializer ([`751d15b`](https://github.com/Icemic/quickjs-rusty/commit/751d15b89ce890549cee51172c4dc41dbf91195c))
37+
- Handle proxy cases in deserializer ([`6eff8a7`](https://github.com/Icemic/quickjs-rusty/commit/6eff8a7606b3dcc8ec101993d36784c2653f6d94))
38+
</details>
39+
840
## 0.12.0 (2026-05-25)
941

1042
### Bug Fixes

libquickjs-sys/CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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
9+
10+
Upgrade quickjs-ng to latest.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release.
17+
- 43 days passed between releases.
18+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19+
- 0 issues like '(#ID)' were seen in commit messages
20+
21+
### Commit Details
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
<details><summary>view details</summary>
26+
27+
* **Uncategorized**
28+
- Update to latest quickjs and fix compatibities ([`ddc8712`](https://github.com/Icemic/quickjs-rusty/commit/ddc87126f6508f439f32f5dc81f97ce11036a377))
29+
</details>
30+
831
## 0.11.0 (2026-05-25)
932

1033
Upgrade quickjs-ng to v0.15.0.
@@ -13,7 +36,7 @@ Upgrade quickjs-ng to v0.15.0.
1336

1437
<csr-read-only-do-not-edit/>
1538

16-
- 3 commits contributed to the release over the course of 7 calendar days.
39+
- 4 commits contributed to the release over the course of 7 calendar days.
1740
- 64 days passed between releases.
1841
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1942
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +48,7 @@ Upgrade quickjs-ng to v0.15.0.
2548
<details><summary>view details</summary>
2649

2750
* **Uncategorized**
51+
- Release libquickjs-ng-sys v0.11.0, quickjs-rusty v0.12.0, safety bump quickjs-rusty v0.12.0 ([`b9486eb`](https://github.com/Icemic/quickjs-rusty/commit/b9486eb8571186c8e8bd668b78e97961611a2b4d))
2852
- Update changelog ([`df08d4f`](https://github.com/Icemic/quickjs-rusty/commit/df08d4fdc0e947bbcfb7020c4c45671bbbfbc432))
2953
- Update quickjs-ng to v0.15.0 ([`0d92c3f`](https://github.com/Icemic/quickjs-rusty/commit/0d92c3fb901e87651c292dbc912906b05621aeec))
3054
- Upgrade to latest quickjs-ng ([`6f2ce58`](https://github.com/Icemic/quickjs-rusty/commit/6f2ce58098892d5063f3b1222d393c358335538b))

0 commit comments

Comments
 (0)