Skip to content

Commit

Permalink
bump: version 0.8.6 → 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Oct 9, 2024
1 parent bdfcee0 commit 56826c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v0.8.7 (2024-10-09)

### Feat

- add confirmation prompt before saving a configuration file that has interactive mode enabled + add `--yes` to skip prompts
- run lines one by one in interactive mode in case you paste multiple

### Fix

- opts table was displaying wordlist filter for transform
- zero chunk size error when filtered wordlist was very small
- contains,starts,ends filters were inverted
- filter empty args in interactive mode
- reported average in recursive mode when the recursion stops earlier than expected
- create parent dirs in interactive save

### Refactor

- move util files to utils

## v0.8.6 (2024-06-21)

### Fix
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.6"
version = "0.8.7"
authors = ["cstef"]
description = "A blazing fast web directory scanner"
license = "MIT"
Expand Down

0 comments on commit 56826c5

Please sign in to comment.