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
Display the source diff
Display the rich diff
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.8.0 (2025-03-22)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-2a6f7433993826b340bc338bb4fefa8252f4738d/> upgrade quickjs-ng to v0.9.0 and fix compatibility
13
+
14
+
### Commit Statistics
15
+
16
+
<csr-read-only-do-not-edit/>
17
+
18
+
- 1 commit contributed to the release.
19
+
- 43 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
+
- Upgrade quickjs-ng to v0.9.0 and fix compatibility ([`2a6f743`](https://github.com/Icemic/quickjs-rusty/commit/2a6f7433993826b340bc338bb4fefa8252f4738d))
Copy file name to clipboardExpand all lines: libquickjs-sys/CHANGELOG.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,35 @@ 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.8.0 (2025-03-22)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-2a6f7433993826b340bc338bb4fefa8252f4738d/> upgrade quickjs-ng to v0.9.0 and fix compatibility
13
+
14
+
### Commit Statistics
15
+
16
+
<csr-read-only-do-not-edit/>
17
+
18
+
- 1 commit contributed to the release.
19
+
- 57 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
+
- Upgrade quickjs-ng to v0.9.0 and fix compatibility ([`2a6f743`](https://github.com/Icemic/quickjs-rusty/commit/2a6f7433993826b340bc338bb4fefa8252f4738d))
- Merge pull request #6 from Icemic/bigint_fix ([`09492cb`](https://github.com/Icemic/quickjs-rusty/commit/09492cb5eeeec05a540c89aef6324a25f70c473a))
35
63
- Remove patch operation; Remove unnecessary source code copy to simplify build process ([`13c4d14`](https://github.com/Icemic/quickjs-rusty/commit/13c4d141f6c2ae0f067ff789cded4c038f8e1acc))
36
64
- Makes BigInt conversion conform to the specification ([`6afb0cc`](https://github.com/Icemic/quickjs-rusty/commit/6afb0cc790f133c6fd143569d9a1be3712bb3f63))
0 commit comments