Skip to content

Commit

Permalink
bump: version 0.7.5 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed May 14, 2024
1 parent a0ef363 commit 376705d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v0.8.0 (2024-05-14)

### Feat

- Add scripting capabilities with rhai
- switch to quickjs for scripting
- Add javascript eval command to interact with the output data in -i mode
- add a remove command for interactive mode

### Fix

- remove useless mut

### Refactor

- rename data to tree in eval
- Switch to format! instead of "+" concatenation
- Switch to std::time::Instant instead of stopwatch

## v0.7.5 (2024-04-24)

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

0 comments on commit 376705d

Please sign in to comment.