Skip to content

Commit 9a1dc9e

Browse files
committed
v0.5.5
1 parent e549625 commit 9a1dc9e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.5.5 – 2025-02-19
4+
5+
Added:
6+
7+
- Support for 7-bit RMIMs
8+
39
## v0.5.4 – 2025-01-08
410

511
Added:

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const std = @import("std");
22

3-
const version = "0.5.4";
3+
const version = "0.5.5";
44

55
// Although this function looks imperative, note that its job is to
66
// declaratively construct a build graph that will be executed by an external

0 commit comments

Comments
 (0)