Skip to content

Commit 9dafc93

Browse files
authored
chore: release v0.5.20 (#71)
Generated by Coder Agents on behalf of @kylecarbs.
1 parent 1233765 commit 9dafc93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .boo,
3-
.version = "0.5.19",
3+
.version = "0.5.20",
44
.fingerprint = 0x8b7acdfd255f0e34,
55
.minimum_zig_version = "0.15.2",
66
.dependencies = .{

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const paths = @import("paths.zig");
1111
const protocol = @import("protocol.zig");
1212
const ui = @import("ui.zig");
1313

14-
pub const version = "0.5.19";
14+
pub const version = "0.5.20";
1515

1616
/// Route std.log through a filter. libghostty's VT stream parser logs
1717
/// unimplemented sequences at info level under the `stream` scope (e.g.

0 commit comments

Comments
 (0)