Skip to content

Commit

Permalink
bump: version 0.8.4 → 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jun 19, 2024
1 parent 36d3a86 commit ca29137
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## v0.8.5 (2024-06-19)

### Feat

- better formatting for trees in scripting
- include git hash in the `--version`
- add `--capture` option to capture responses in the tree
- add `load` interactive command
- add `save` command in interactive mode to save the current config
- add aliases for interactive commands
- add scripting support for `--filter` and `--show`

### Fix

- make structs correctly available in interactive mode
- `--capture` wasn't able to capture the body of the responses
- remove comma separation for wordlists

### Refactor

- add a build script for git info + clap features

## v0.8.4 (2024-06-15)

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

0 comments on commit ca29137

Please sign in to comment.