Skip to content

Commit 6dcba53

Browse files
authored
chore: release v0.6.2 (#93)
Bump the project version to 0.6.2 in build.zig.zon and src/main.zig so the v0.6.2 tag matches (the release workflow verifies this before publishing). Includes #92 (Fixes #91): detect the system light/dark theme inside boo sessions by answering OSC 11 and the color-scheme DSR from the daemon.
1 parent f0bf8e5 commit 6dcba53

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.6.1",
3+
.version = "0.6.2",
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.6.1";
14+
pub const version = "0.6.2";
1515

1616
/// Exit codes, documented in `boo help`.
1717
const exit_runtime: u8 = 1;

0 commit comments

Comments
 (0)