diff --git a/CHANGELOG.md b/CHANGELOG.md index b319e7c..d531e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +## [0.4.1] - 2024-08-18 + +### Bug Fixes + +- Reformat help message + +### Operations + +- Set release job name +- Use `gzip` +- Move `Upload` step +- Add missing step names +- Fix `subject-path` + +### Refactor + +- Add `assets` + +### Styling + +- Fix yaml formatting + ## [0.4.0] - 2024-08-16 ### Bug Fixes diff --git a/build.zig.zon b/build.zig.zon index a7ad162..60b3780 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "xtxf", - .version = "0.4.0", + .version = "0.4.1", .paths = .{""}, .dependencies = .{ .termbox2 = .{