Skip to content

Commit 165fccf

Browse files
committed
chore(release): prepare for 0.8.2
1 parent fb4e510 commit 165fccf

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## [0.8.2] - 2024-10-21
6+
7+
### Bug Fixes
8+
9+
- Use max string length
10+
- Increase `Column.cooldown`
11+
12+
### Refactor
13+
14+
- Drop `Handler.init()`
15+
- `frames` -> `frm`
16+
- Drop `mbuf`
17+
18+
### Styling
19+
20+
- Fix formatting
21+
522
## [0.8.1] - 2024-10-07
623

724
### Bug Fixes

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "xtxf",
3-
.version = "0.8.1",
3+
.version = "0.8.2",
44
.paths = .{""},
55
.dependencies = .{
66
.termbox2 = .{

0 commit comments

Comments
 (0)