Skip to content

Commit

Permalink
chore(release): prepare for 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Oct 21, 2024
1 parent fb4e510 commit 165fccf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## [0.8.2] - 2024-10-21

### Bug Fixes

- Use max string length
- Increase `Column.cooldown`

### Refactor

- Drop `Handler.init()`
- `frames` -> `frm`
- Drop `mbuf`

### Styling

- Fix formatting

## [0.8.1] - 2024-10-07

### 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.8.1",
.version = "0.8.2",
.paths = .{""},
.dependencies = .{
.termbox2 = .{
Expand Down

0 comments on commit 165fccf

Please sign in to comment.