Skip to content

Commit

Permalink
bump: version 0.8.1 → 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jun 10, 2024
1 parent 6ac3e5e commit 9968bee
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## v0.8.2 (2024-06-10)

### Feat

- add --dir-script to override the directory detection method
- add --pretty option for JSON output
- add --ignore-scripts-errors (--ise)
- add a completions command to directly put the completions at the right place (--completions)
- switch to eyre for error handling

### Fix

- allow for access to the correct variables in directory scripting
- aborting throwing an error because of an empty channel
- print on root bar in recursive mode
- actually time out with max_time
- remove exclusive condition in directory detection
- apply formatting
- remove test panic

### Refactor

- remove banner
- create a Command trait for commands
- modularize interactive commands
- use oneshot channel for aborting
- --generate-completions is now obselete
- switch to eyre! instead of anyhow!

## v0.8.1 (2024-05-15)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rwalk"
version = "0.8.1"
version = "0.8.2"
authors = ["cstef"]
description = "A blazing fast web directory scanner"
license = "MIT"
Expand Down Expand Up @@ -42,7 +42,7 @@ tokio = { version = "1.37.0", features = [
"rt-multi-thread",
"signal",
] }
toml = "0.8.11"
toml = "0.8.21"
url = "2.5.0"
clap_complete = "4.5.2"
clap_complete_nushell = "4.5.1"
Expand Down

0 comments on commit 9968bee

Please sign in to comment.