Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252a13a commit 63eaa0eCopy full SHA for 63eaa0e
2 files changed
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = .boo,
3
- .version = "0.5.20",
+ .version = "0.5.21",
4
.fingerprint = 0x8b7acdfd255f0e34,
5
.minimum_zig_version = "0.15.2",
6
.dependencies = .{
src/main.zig
@@ -11,7 +11,7 @@ const paths = @import("paths.zig");
11
const protocol = @import("protocol.zig");
12
const ui = @import("ui.zig");
13
14
-pub const version = "0.5.20";
+pub const version = "0.5.21";
15
16
/// Route std.log through a filter. libghostty's VT stream parser logs
17
/// unimplemented sequences at info level under the `stream` scope (e.g.
0 commit comments