Skip to content

Commit 2ed07ee

Browse files
committed
0.4.1
1 parent 3c13047 commit 2ed07ee

5 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Math::Matrix
22

33
{{$NEXT}}
4+
5+
0.4.1 2024-12-14T15:53:23+01:00
46
- First version as a Raku Community module
57

68
0.4.0:

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
],
2929
"test-depends": [
3030
],
31-
"version": "0.3.9"
31+
"version": "0.4.1"
3232
}

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ MM '1' # string alias
13901390
[Authors](#synopsis)
13911391
====================
13921392
1393-
* Pierre VIGIER
1393+
* Pierre Vigier
13941394
13951395
* Herbert Breunung
13961396
@@ -1404,7 +1404,11 @@ MM '1' # string alias
14041404
[License](#synopsis)
14051405
====================
14061406
1407-
Artistic License 2.0 (GPL and BSD at the same time)
1407+
Copyright 2015 - 2020 Pierre Vigier, Herbert Breunung
1408+
1409+
Copyright 2024 The Raku Community
1410+
1411+
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
14081412
14091413
[See Also](#synopsis)
14101414
=====================

dist.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name = Math-Matrix
55
filename = doc/Math-Matrix.rakudoc
66

77
[PruneFiles]
8-
match = ^ 'xt/'
8+
#match = ^ 'xt/'
9+
10+
[UploadToZef]
911

1012
[Badges]
1113
provider = github-actions/linux.yml

doc/Math-Matrix.rakudoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ MM '1' # string alias
17641764

17651765
=head1 L<Authors|#synopsis>
17661766

1767-
=item Pierre VIGIER
1767+
=item Pierre Vigier
17681768
=item Herbert Breunung
17691769

17701770
=head1 L<Contributors|#synopsis>
@@ -1774,7 +1774,11 @@ MM '1' # string alias
17741774

17751775
=head1 L<License|#synopsis>
17761776

1777-
Artistic License 2.0 (GPL and BSD at the same time)
1777+
Copyright 2015 - 2020 Pierre Vigier, Herbert Breunung
1778+
1779+
Copyright 2024 The Raku Community
1780+
1781+
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
17781782

17791783
=head1 L<See Also|#synopsis>
17801784

0 commit comments

Comments
 (0)