- commit
- 5ae3cfb
- parent
- fc848b0
- author
- Eric Bower
- date
- 2026-02-20 20:30:31 -0500 EST
chore: publish v0.4.0
4 files changed,
+10,
-40
+1,
-1
1@@ -2,7 +2,7 @@
2
3 Use spec: https://common-changelog.org/
4
5-## Staged
6+## v0.4.0 - 2026-02-20
7
8 ### Added
9
+4,
-4
1@@ -29,10 +29,10 @@
2
3 ### binaries
4
5-- https://zmx.sh/a/zmx-0.3.0-linux-aarch64.tar.gz
6-- https://zmx.sh/a/zmx-0.3.0-linux-x86_64.tar.gz
7-- https://zmx.sh/a/zmx-0.3.0-macos-aarch64.tar.gz
8-- https://zmx.sh/a/zmx-0.3.0-macos-x86_64.tar.gz
9+- https://zmx.sh/a/zmx-0.4.0-linux-aarch64.tar.gz
10+- https://zmx.sh/a/zmx-0.4.0-linux-x86_64.tar.gz
11+- https://zmx.sh/a/zmx-0.4.0-macos-aarch64.tar.gz
12+- https://zmx.sh/a/zmx-0.4.0-macos-x86_64.tar.gz
13
14 ### homebrew
15
+1,
-31
1@@ -1,36 +1,8 @@
2 .{
3- // This is the default name used by packages depending on this one. For
4- // example, when a user runs `zig fetch --save <url>`, this field is used
5- // as the key in the `dependencies` table. Although the user can choose a
6- // different name, most users will stick with this provided value.
7- //
8- // It is redundant to include "zig" in this name because it is already
9- // within the Zig package namespace.
10 .name = .zmx,
11- // This is a [Semantic Version](https://semver.org/).
12- // In a future version of Zig it will be used for package deduplication.
13- .version = "0.3.0",
14- // Together with name, this represents a globally unique package
15- // identifier. This field is generated by the Zig toolchain when the
16- // package is first created, and then *never changes*. This allows
17- // unambiguous detection of one package being an updated version of
18- // another.
19- //
20- // When forking a Zig project, this id should be regenerated (delete the
21- // field and run `zig build`) if the upstream project is still maintained.
22- // Otherwise, the fork is *hostile*, attempting to take control over the
23- // original project's identity. Thus it is recommended to leave the comment
24- // on the following line intact, so that it shows up in code reviews that
25- // modify the field.
26+ .version = "0.4.0",
27 .fingerprint = 0x28aad87005052b4e, // Changing this has security and trust implications.
28- // Tracks the earliest Zig version that the package considers to be a
29- // supported use case.
30 .minimum_zig_version = "0.15.2",
31- // This field is optional.
32- // Each dependency must either provide a `url` and `hash`, or a `path`.
33- // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
34- // Once all dependencies are fetched, `zig build` no longer requires
35- // internet connectivity.
36 .dependencies = .{
37 .ghostty = .{
38 .url = "git+https://github.com/ghostty-org/ghostty.git?ref=HEAD#5db9f03f6282141f084a8a4c8c9cb3d752b0ae9e",
39@@ -41,7 +13,5 @@
40 "build.zig",
41 "build.zig.zon",
42 "src",
43- //"LICENSE",
44- //"README.md",
45 },
46 }
+4,
-4
1@@ -47,10 +47,10 @@
2
3 <h3 class="text-md">binaries</h3>
4 <ul>
5- <li><a href="/a/zmx-0.3.0-linux-aarch64.tar.gz" download>zmx-0.3.0-linux-aarch64.tar.gz</a></li>
6- <li><a href="/a/zmx-0.3.0-linux-x86_64.tar.gz" download>zmx-0.3.0-linux-x86_64.tar.gz</a></li>
7- <li><a href="/a/zmx-0.3.0-macos-aarch64.tar.gz" download>zmx-0.3.0-macos-aarch64.tar.gz</a></li>
8- <li><a href="/a/zmx-0.3.0-macos-x86_64.tar.gz" download>zmx-0.3.0-macos-x86_64.tar.gz</a></li>
9+ <li><a href="/a/zmx-0.4.0-linux-aarch64.tar.gz" download>zmx-0.4.0-linux-aarch64.tar.gz</a></li>
10+ <li><a href="/a/zmx-0.4.0-linux-x86_64.tar.gz" download>zmx-0.4.0-linux-x86_64.tar.gz</a></li>
11+ <li><a href="/a/zmx-0.4.0-macos-aarch64.tar.gz" download>zmx-0.4.0-macos-aarch64.tar.gz</a></li>
12+ <li><a href="/a/zmx-0.4.0-macos-x86_64.tar.gz" download>zmx-0.4.0-macos-x86_64.tar.gz</a></li>
13 </ul>
14
15 <h3 class="text-md">homebrew</h3>