Skip to content

Commit

Permalink
release: version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
natecraddock committed Jul 2, 2022
1 parent 9edb2c1 commit cb42d0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 "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
Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit cb42d0e

Please sign in to comment.