Skip to content

Commit

Permalink
0.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 8, 2024
1 parent 736d962 commit 8d1d4b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for rak

{{$NEXT}}

0.0.50 2024-05-08T15:04:54+02:00
- Bump dependency on path-utils to fix issue with ":is-pdf" on
files that are too small

0.0.49 2024-05-08T11:59:39+02:00
- Bump dependency on path-utils
- Add support for :is-pdf argument
Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Git::Files:ver<0.0.6>:auth<zef:lizmat>",
"hyperize:ver<0.0.2>:auth<zef:lizmat>",
"paths:ver<10.0.9>:auth<zef:lizmat>",
"path-utils:ver<0.0.15>:auth<zef:lizmat>",
"path-utils:ver<0.0.16>:auth<zef:lizmat>",
"Trap:ver<0.0.1>:auth<zef:lizmat>"
],
"description": "Plumbing to be able to look for stuff",
Expand All @@ -29,5 +29,5 @@
],
"test-depends": [
],
"version": "0.0.49"
"version": "0.0.50"
}
2 changes: 1 addition & 1 deletion lib/rak.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use Git::Files:ver<0.0.6>:auth<zef:lizmat>; # git-files
use hyperize:ver<0.0.2>:auth<zef:lizmat>; # hyperize raceize
use paths:ver<10.0.9>:auth<zef:lizmat> 'paths'; # paths
use path-utils:ver<0.0.15>:auth<zef:lizmat>; # path-*
use path-utils:ver<0.0.16>:auth<zef:lizmat>; # path-*
use Trap:ver<0.0.1>:auth<zef:lizmat>; # Trap

# code to convert a path into an object that can do .lines and .slurp
Expand Down

0 comments on commit 8d1d4b9

Please sign in to comment.