You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.9.1 (2025-06-09)
9
+
10
+
### Bug Fixes
11
+
12
+
- <csr-id-2e64441587cb75542878ffda0f2fb58aeaa12703/> update references to quickjs-ng and quickjs-rusty in documentation
13
+
14
+
### Commit Statistics
15
+
16
+
<csr-read-only-do-not-edit/>
17
+
18
+
- 1 commit contributed to the release.
19
+
- 36 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
+
- Update references to quickjs-ng and quickjs-rusty in documentation ([`2e64441`](https://github.com/Icemic/quickjs-rusty/commit/2e64441587cb75542878ffda0f2fb58aeaa12703))
Copy file name to clipboardExpand all lines: libquickjs-sys/CHANGELOG.md
+32-1Lines changed: 32 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.9.1 (2025-06-09)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-9647c719b7e02f168d3847e67b02ce430abc1522/> upgrade quickjs-ng to v0.10.1
13
+
14
+
### Bug Fixes
15
+
16
+
- <csr-id-2e64441587cb75542878ffda0f2fb58aeaa12703/> update references to quickjs-ng and quickjs-rusty in documentation
17
+
18
+
### Commit Statistics
19
+
20
+
<csr-read-only-do-not-edit/>
21
+
22
+
- 2 commits contributed to the release.
23
+
- 36 days passed between releases.
24
+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
25
+
- 0 issues like '(#ID)' were seen in commit messages
26
+
27
+
### Commit Details
28
+
29
+
<csr-read-only-do-not-edit/>
30
+
31
+
<details><summary>view details</summary>
32
+
33
+
***Uncategorized**
34
+
- Upgrade quickjs-ng to v0.10.1 ([`9647c71`](https://github.com/Icemic/quickjs-rusty/commit/9647c719b7e02f168d3847e67b02ce430abc1522))
35
+
- Update references to quickjs-ng and quickjs-rusty in documentation ([`2e64441`](https://github.com/Icemic/quickjs-rusty/commit/2e64441587cb75542878ffda0f2fb58aeaa12703))
36
+
</details>
37
+
8
38
## 0.9.0 (2025-05-03)
9
39
10
40
### New Features
@@ -15,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
45
16
46
<csr-read-only-do-not-edit/>
17
47
18
-
-2 commits contributed to the release.
48
+
-3 commits contributed to the release.
19
49
- 41 days passed between releases.
20
50
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21
51
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Optimize BigInt conversion by adding support for short BigInt ([`55eb87f`](https://github.com/Icemic/quickjs-rusty/commit/55eb87f8f6705b928cda898325200d0ee63d960c))
31
62
- Feat: upgrade quickjs-ng to v0.10.0; fix: compile errors ([`5cf751f`](https://github.com/Icemic/quickjs-rusty/commit/5cf751f4f4ca60da776540629ce11fe7cd900c64))
0 commit comments