Skip to content

Commit cb2d191

Browse files
committed
Release 0.0.3
1 parent 3a79400 commit cb2d191

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The 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

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

0 commit comments

Comments
 (0)