repos / zmx

session persistence for terminal processes
git clone https://github.com/neurosnap/zmx.git

commit
0dae6cf
parent
98995bd
author
Eric Bower
date
2026-02-01 20:27:29 -0500 EST
chore: publish v0.3.0
2 files changed,  +2, -2
M CHANGELOG.md
+1, -1
1@@ -2,7 +2,7 @@
2 
3 Use spec: https://common-changelog.org/
4 
5-## Staged
6+## v0.3.0 - 2026-02-01
7 
8 ### Added
9 
M build.zig.zon
+1, -1
1@@ -9,7 +9,7 @@
2     .name = .zmx,
3     // This is a [Semantic Version](https://semver.org/).
4     // In a future version of Zig it will be used for package deduplication.
5-    .version = "0.2.0",
6+    .version = "0.3.0",
7     // Together with name, this represents a globally unique package
8     // identifier. This field is generated by the Zig toolchain when the
9     // package is first created, and then *never changes*. This allows