Skip to content

Commit

Permalink
0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
frithnanth committed Jan 19, 2023
1 parent 7537103 commit b3de5fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Revision history for Archive-Libarchive

{{$NEXT}}

0.0.17 2023-01-19T06:36:46Z
- Add new methods to decode the Entry file type

0.0.16 2022-02-05T15:57:10+01:00
- Switch to zef ecosystem
- Use App::Mi6
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
],
"test-depends": [
],
"version": "0.0.16"
"version": "0.0.17"
}
2 changes: 1 addition & 1 deletion lib/Archive/Libarchive.rakumod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use v6;
unit class Archive::Libarchive:ver<0.0.16>:auth<zef:FRITH>;
unit class Archive::Libarchive:ver<0.0.17>:auth<zef:FRITH>;

use NativeCall;
use Archive::Libarchive::Raw;
Expand Down

0 comments on commit b3de5fb

Please sign in to comment.