Skip to content

Commit 4d51cf0

Browse files
committed
0.1.3
1 parent 984ca14 commit 4d51cf0

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Makefile
2-
blib
3-
.precomp
1+
.precomp/
2+
/DateTime-Format-*

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for DateTime::Format
22

33
{{$NEXT}}
44

5+
0.1.3 2022-02-25T12:15:34+01:00
6+
- Fix versioning / tagging mixup, hopefully
7+
58
0.1.2 2022-02-25T12:10:16+01:00
69
- First version in the zef ecosystem
710
- Add localization for Dutch (NL)

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.1.2"
31+
"version": "0.1.3"
3232
}

lib/DateTime/Format.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit module DateTime::Format;
1+
unit module DateTime::Format:ver<0.1.3>:auth<zef:raku-community-modules>;
22

33
## Default list of Month names.
44
## Add more by loading DateTime::Format::Lang::* modules.

0 commit comments

Comments
 (0)