Skip to content

Commit

Permalink
bump: version 0.8.5 → 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jun 21, 2024
1 parent 50e510e commit 784288c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.8.6 (2024-06-21)

### Fix

- implement ser + deser for keyvals to correctly parse the config
- create config file on `--open-config` if it doesn't exist

### Refactor

- change `--filter` multi-value delimiter to `;`
- use `=` instead of `:` for similar filter split

## v0.8.5 (2024-06-19)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rwalk"
version = "0.8.5"
version = "0.8.6"
authors = ["cstef"]
description = "A blazing fast web directory scanner"
license = "MIT"
Expand Down

0 comments on commit 784288c

Please sign in to comment.