From 49d2b9024b206bf22ea1ee0e4b1eeba6b951164e Mon Sep 17 00:00:00 2001 From: -k Date: Sat, 22 Jun 2024 07:38:28 -0700 Subject: [PATCH] chore(release): prepare for 0.2.1 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ build.zig.zon | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0d198..d98dde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,52 @@ All notable changes to this project will be documented in this file. +## [0.2.1] - 2024-06-22 + +### Bug Fixes + +- Move terminal size check +- Use `process.Child` +- Add `core.allocator` +- Improve terminal size check + +### Documentation + +- Add coverage badge +- Update usage + +### Miscellaneous tasks + +- Ignore .zig-cache + +### Operations + +- Enable tests +- Generate test coverage +- Set zig version on coverage +- Add build summary +- Bump zig to 0.13.0 +- Fix kcov integration +- Add codecov settings + +### Refactor + +- Drop `debug.print()` + +### Testing + +- Move `main` +- Fix stderr length +- Link libc +- Add `columns` +- Add `crypto` + +### Build + +- Set unit tests name +- Set test attributes +- Fix root source file + ## [0.2.0] - 2024-06-18 ### Bug Fixes diff --git a/build.zig.zon b/build.zig.zon index 261bcb2..92add21 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "xtxf", - .version = "0.2.0", + .version = "0.2.1", .paths = .{""}, .dependencies = .{ .termbox2 = .{