Skip to content

Commit

Permalink
chore(release): prepare for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Jun 22, 2024
1 parent 52e863f commit 49d2b90
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "xtxf",
.version = "0.2.0",
.version = "0.2.1",
.paths = .{""},
.dependencies = .{
.termbox2 = .{
Expand Down

0 comments on commit 49d2b90

Please sign in to comment.