Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
frithnanth committed Feb 5, 2024
1 parent f4cd210 commit 7de22aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Math-Libgsl-Complex

{{$NEXT}}

0.0.5 2024-02-05T11:24:41Z
- Drop the obsolete .absolute call :-)

0.0.4 2022-11-29T16:00:19+01:00
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
],
"test-depends": [
],
"version": "0.0.4"
"version": "0.0.5"
}
2 changes: 1 addition & 1 deletion lib/Math/Libgsl/Complex.rakumod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use v6.c;
unit class Math::Libgsl::Complex:ver<0.0.4>:auth<zef:FRITH>;
unit class Math::Libgsl::Complex:ver<0.0.5>:auth<zef:FRITH>;

=begin pod
Expand Down
2 changes: 1 addition & 1 deletion lib/Math/Libgsl/Raw/Complex.rakumod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use v6;

unit module Math::Libgsl::Raw::Complex:ver<0.0.4>:auth<zef:FRITH>;
unit module Math::Libgsl::Raw::Complex:ver<0.0.5>:auth<zef:FRITH>;

use NativeCall;

Expand Down

0 comments on commit 7de22aa

Please # to comment.