Skip to content

Commit

Permalink
0.0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 24, 2022
1 parent 8a92763 commit 2997ef7
Show file tree
Hide file tree
Showing 9 changed files with 409 additions and 143 deletions.
7 changes: 6 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Revision history for App-Rak

{{$NEXT}}

0.0.97 2022-09-24T20:30:23+02:00
- Add extensions groups for #cro and #html
- Bump dependency on rak to get better --under-version-control semantics
- Bump dependency on rak for various fixes
- Bump dependency on String::Utils to get selective importing
- Bump dependency on as-cli-arguments to get Pair support
- Complete rewrite of argument handling. Instead of feeding the
Expand All @@ -15,11 +17,14 @@ Revision history for App-Rak
- Add support for --proximate
- Add support for --human back in
- Add support for --json-per-elem
- Add support for --dont-catch
- Change dependency from JSON::Fast to JSON::Fast::Hyper to allow
for hypering --json-per-elem
- Fix issue with using a regex and --edit
- Bump dependency on META::constants for more resiliency
- Bump dependency on CLI::Version for more resiliency
- Document the --exec and --shell options
- Document --only-first properly (instead of as --first-only)

0.0.96 2022-09-12T12:07:41+02:00
- Fix snafu with argument parsing rework bleeding into the distribution
Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"highlighter:ver<0.0.14>:auth<zef:lizmat>",
"JSON::Fast::Hyper:ver<0.0.3>:auth<zef:lizmat>",
"META::constants:ver<0.0.3>:auth<zef:lizmat>",
"rak:ver<0.0.24>:auth<zef:lizmat>",
"rak:ver<0.0.25>:auth<zef:lizmat>",
"String::Utils:ver<0.0.12>:auth<zef:lizmat>"
],
"description": "21st century grep / find / ack / ag / rg on steroids",
Expand Down Expand Up @@ -55,5 +55,5 @@
],
"test-depends": [
],
"version": "0.0.96"
"version": "0.0.97"
}
126 changes: 106 additions & 20 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 2997ef7

Please sign in to comment.