File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) .
66
7+ ## [ 0.0.3] - 2026-04-11
8+
9+ ### Added
10+
11+ - Windows (x86_64) target support in CI and release workflows
12+
13+ ### Fixed
14+
15+ - ` c_long ` to ` u64 ` bitcast failure on Windows where ` c_long ` is 32 bits
16+
717## [ 0.0.2] - 2026-04-10
818
919### Added
Original file line number Diff line number Diff line change 99 .name = .flame_on_processor ,
1010 // This is a [Semantic Version](https://semver.org/).
1111 // In a future version of Zig it will be used for package deduplication.
12- .version = "0.0.2 " ,
12+ .version = "0.0.3 " ,
1313 // Together with name, this represents a globally unique package
1414 // identifier. This field is generated by the Zig toolchain when the
1515 // package is first created, and then *never changes*. This allows
You can’t perform that action at this time.
0 commit comments