File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## 0.13.0 (2026-07-07)
99
1010### New Features
1111
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT"
88name = " quickjs-rusty"
99readme = " README.md"
1010repository = " https://github.com/Icemic/quickjs-rusty"
11- version = " 0.12 .0"
11+ version = " 0.13 .0"
1212
1313[package .metadata .docs .rs ]
1414features = [" chrono" , " bigint" ]
@@ -22,7 +22,7 @@ truncate-float-to-int = []
2222[dependencies ]
2323anyhow = {version = " 1" }
2424chrono = {version = " 0.4.7" , optional = true }
25- libquickjs-ng-sys = {version = " ^0.11 .0" , path = " ./libquickjs-sys" }
25+ libquickjs-ng-sys = {version = " ^0.12 .0" , path = " ./libquickjs-sys" }
2626log = " 0.4"
2727num-bigint = {version = " 0.4.4" , optional = true }
2828num-traits = {version = " 0.2.0" , optional = true }
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## 0.12.0 (2026-07-07)
99
1010Upgrade quickjs-ng to latest.
1111
1212### Commit Statistics
1313
1414<csr-read-only-do-not-edit />
1515
16- - 1 commit contributed to the release.
16+ - 2 commits contributed to the release.
1717 - 43 days passed between releases.
1818 - 0 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
1919 - 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +25,7 @@ Upgrade quickjs-ng to latest.
2525<details ><summary >view details</summary >
2626
2727 * ** Uncategorized**
28+ - Update changelog ([ ` a323710 ` ] ( https://github.com/Icemic/quickjs-rusty/commit/a323710b9e7cdc99592b5d068973a4f7d22a21d3 ) )
2829 - Update to latest quickjs and fix compatibities ([ ` ddc8712 ` ] ( https://github.com/Icemic/quickjs-rusty/commit/ddc87126f6508f439f32f5dc81f97ce11036a377 ) )
2930</details >
3031
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT"
99name = " libquickjs-ng-sys"
1010readme = " README.md"
1111repository = " https://github.com/Icemic/quickjs-rusty"
12- version = " 0.11 .0"
12+ version = " 0.12 .0"
1313
1414[build-dependencies ]
1515bindgen = " 0.72.1"
You can’t perform that action at this time.
0 commit comments