Skip to content

Commit 2d9e850

Browse files
committed
fix changelog
1 parent 868692d commit 2d9e850

2 files changed

Lines changed: 50 additions & 1 deletion

File tree

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+
## Unreleased
9+
10+
### New Features
11+
12+
- <csr-id-7e125eade90392e18621a8dec3789ca5cd5f1a06/> add methods to update stack top and set maximum stack size for QuickJS runtime
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 47 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+
- Add methods to update stack top and set maximum stack size for QuickJS runtime ([`7e125ea`](https://github.com/Icemic/quickjs-rusty/commit/7e125eade90392e18621a8dec3789ca5cd5f1a06))
31+
</details>
32+
833
## 0.11.0 (2026-02-02)
934

1035
### New Features

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+
Update quickjs-ng to latest master version.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release.
17+
- 47 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 quickjs-ng ([`b0a597e`](https://github.com/Icemic/quickjs-rusty/commit/b0a597ea6c586456b92f8fcac27369aeba59695c))
29+
</details>
30+
831
## 0.10.0 (2026-02-02)
932

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

1639
<csr-read-only-do-not-edit/>
1740

18-
- 2 commits contributed to the release over the course of 25 calendar days.
41+
- 3 commits contributed to the release over the course of 25 calendar days.
1942
- 44 days passed between releases.
2043
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2144
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2750
<details><summary>view details</summary>
2851

2952
* **Uncategorized**
53+
- Release libquickjs-ng-sys v0.10.0, quickjs-rusty v0.11.0, safety bump quickjs-rusty v0.11.0 ([`f901091`](https://github.com/Icemic/quickjs-rusty/commit/f9010911ea2f699d85cc535d6c6915064569da5c))
3054
- Add support for QuickJS rope strings ([`60d7ff0`](https://github.com/Icemic/quickjs-rusty/commit/60d7ff02a98912d09b7028b15e4f87b64b15f730))
3155
- Upgrade to latest quickjs-ng ([`588b485`](https://github.com/Icemic/quickjs-rusty/commit/588b485e988b85c6be40a3be5bfb16ad5e1cfb68))
3256
</details>

0 commit comments

Comments
 (0)