Skip to content

Commit

Permalink
release: version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natecraddock committed Mar 15, 2023
1 parent db69f60 commit fb66faf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master

# 0.8.0

* **feat**: add multiselect support
([e19409](https://github.com/natecraddock/zf/commit/e19409))

Expand Down
2 changes: 1 addition & 1 deletion doc/zf.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ZF 1 "2023-02-11" "zf 0.8.0"
.TH ZF 1 "2023-03-15" "zf 0.8.0"

.SH NAME
zf -\ a commandline fuzzy finder that prioritizes matches on filenames
Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const filter = @import("filter.zig");
const term = @import("term.zig");
const ui = @import("ui.zig");

const version = "0.8.0-dev";
const version = "0.8.0";
const version_str = std.fmt.comptimePrint("zf {s} Nathan Craddock", .{version});

const help =
Expand Down

0 comments on commit fb66faf

Please sign in to comment.