We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e549625 commit 9a1dc9eCopy full SHA for 9a1dc9e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.5.5 – 2025-02-19
4
+
5
+Added:
6
7
+- Support for 7-bit RMIMs
8
9
## v0.5.4 – 2025-01-08
10
11
Added:
build.zig
@@ -1,6 +1,6 @@
const std = @import("std");
-const version = "0.5.4";
+const version = "0.5.5";
// Although this function looks imperative, note that its job is to
// declaratively construct a build graph that will be executed by an external
0 commit comments