Skip to content

Commit ada27af

Browse files
committed
v0.901.0
1 parent b605e12 commit ada27af

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- '5.34'
3030
- '5.36'
3131
- '5.38'
32+
- '5.40'
3233

3334
container:
3435
image: perl:${{ matrix.perl-version }}

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
version: v0.901.0
3+
date: 2024-09-06 23:56:41+02:00
4+
changes:
5+
- Change version scheme
6+
- Fix missing linebreak in pod from Dist::Zilla conversion
7+
---
28
version: 0.90
39
date: 2024-09-06 23:44:13+02:00
410
changes:

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
4141
"lib" => 0,
4242
"utf8" => 0
4343
},
44-
"VERSION" => "0.90",
44+
"VERSION" => "v0.901.0",
4545
"test" => {
4646
"TESTS" => "t/*.t"
4747
}

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ abstract = Perl YAML Serialization using XS and libyaml
33
author = Ingy döt Net <[email protected]>
44
license = Perl_5
55
copyright_holder = Ingy döt Net
6-
version = 0.90
6+
version = v0.901.0
77

88
[CopyFilesFromBuild]
99
copy = Makefile.PL

0 commit comments

Comments
 (0)