diff --git a/README.md b/README.md index 496ca17..48147a4 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,12 @@ day-to-day fuzzy finding! ### Roadmap -#### 0.5 +#### 0.6 * utf-8 support + +#### 0.7 +* packaging (homebrew, debian, etc) * further improvements to ranking -* macos support #### 1.0 * stabilized ranking algorithm diff --git a/doc/zf.1 b/doc/zf.1 index c912677..5849d9d 100644 --- a/doc/zf.1 +++ b/doc/zf.1 @@ -1,4 +1,4 @@ -.TH ZF 1 "2022-03-14" "zf 0.5" +.TH ZF 1 "2022-07-02" "zf 0.5" .SH NAME zf -\ a commandline fuzzy finder that prioritizes matches on filenames diff --git a/src/main.zig b/src/main.zig index 53a4f1c..fb0ad6f 100644 --- a/src/main.zig +++ b/src/main.zig @@ -8,7 +8,7 @@ const ArrayList = std.ArrayList; const filter = @import("filter.zig"); const ui = @import("ui.zig"); -const version = "0.5-dev"; +const version = "0.5"; const version_str = std.fmt.comptimePrint("zf {s} Nathan Craddock", .{version}); const help =