Skip to content

Tags: tokuhirom/Minilla

Tags

v3.1.29

Toggle v3.1.29's commit message

Verified

This commit was signed with the committer’s verified signature.
syohex Shohei YOSHIDA
Checking in changes prior to tagging of version v3.1.29.

Changelog diff is:

diff --git a/Changes b/Changes
index 1cd1cb1..df28a04 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Minilla
 
 {{$NEXT}}
+
+v3.1.29 2025-12-17T15:08:28Z
     - Fix multibyte characters in POD issue(#340)
 
 v3.1.28 2025-09-15T09:18:56Z

v3.1.28

Toggle v3.1.28's commit message
Checking in changes prior to tagging of version v3.1.28.

Changelog diff is:

diff --git a/Changes b/Changes
index e4eb303..5964b89 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Minilla
 
 {{$NEXT}}
 
+v3.1.28 2025-09-15T09:18:56Z
+    - Use perl5.42 at GitHub Actions (kfly8 #339)
+
 v3.1.27 2025-08-12T04:01:40Z
     - Update GitHub Actions status badge URLs to match the latest documentation (Songmu #338)

v3.1.27

Toggle v3.1.27's commit message

Verified

This commit was signed with the committer’s verified signature.
syohex Shohei YOSHIDA
Checking in changes prior to tagging of version v3.1.27.

Changelog diff is:

diff --git a/Changes b/Changes
index bd18ac8..e4eb303 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Minilla
 
 {{$NEXT}}
+
+v3.1.27 2025-08-12T04:01:40Z
     - Update GitHub Actions status badge URLs to match the latest documentation (Songmu #338)
 
 v3.1.26 2025-05-05T03:05:23Z

v3.1.26

Toggle v3.1.26's commit message
Checking in changes prior to tagging of version v3.1.26.

Changelog diff is:

diff --git a/Changes b/Changes
index 51f9d6b..09fbd00 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Minilla
 
 {{$NEXT}}
 
+v3.1.26 2025-05-05T03:05:23Z
+    - Update Perl_5 license text (#336)
+
 v3.1.25 2024-08-11T14:06:16Z
     - Add perl 5.40, 5.38 to github action template (kfly8 #334)

v3.1.25

Toggle v3.1.25's commit message
Checking in changes prior to tagging of version v3.1.25.

Changelog diff is:

diff --git a/Changes b/Changes
index 4742e5f..51f9d6b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Minilla
 
 {{$NEXT}}
 
+v3.1.25 2024-08-11T14:06:16Z
+    - Add perl 5.40, 5.38 to github action template (kfly8 #334)
+
 v3.1.24 2024-07-25T10:33:18Z
     - Add markdown_maker_opts configuration (DabeDotCom #332)

v3.1.24

Toggle v3.1.24's commit message
Checking in changes prior to tagging of version v3.1.24.

Changelog diff is:

diff --git a/Changes b/Changes
index c4deffc..4742e5f 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Minilla
 
 {{$NEXT}}
 
+v3.1.24 2024-07-25T10:33:18Z
+    - Add markdown_maker_opts configuration (DabeDotCom #332)
+
 v3.1.23 2023-10-07T10:26:39Z
     - Add documentation for module_maker option (giftnuss #330)

v3.1.23

Toggle v3.1.23's commit message
Checking in changes prior to tagging of version v3.1.23.

Changelog diff is:

diff --git a/Changes b/Changes
index 166abeb..c4deffc 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Minilla
 
 {{$NEXT}}
 
+v3.1.23 2023-10-07T10:26:39Z
+    - Add documentation for module_maker option (giftnuss #330)
+
 v3.1.22 2023-07-08T05:48:31Z
     - Support package version syntax (#328)

v3.1.22

Toggle v3.1.22's commit message

Verified

This commit was signed with the committer’s verified signature.
syohex Shohei YOSHIDA
Checking in changes prior to tagging of version v3.1.22.

Changelog diff is:

diff --git a/Changes b/Changes
index 60a1b5e..166abeb 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Minilla
 
 {{$NEXT}}
+
+v3.1.22 2023-07-08T05:48:31Z
     - Support package version syntax (#328)
 
 v3.1.21 2023-02-17T14:36:59Z

v3.1.21

Toggle v3.1.21's commit message
Checking in changes prior to tagging of version v3.1.21.

Changelog diff is:

diff --git a/Changes b/Changes
index 0f2bd2c..7d7f38e 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Minilla
 
 {{$NEXT}}
 
+v3.1.21 2023-02-17T14:36:59Z
+    - Do not set x_authority by default (#326)
+    - Use actions/checkout@v3 (#327)
+
 v3.1.20 2022-11-13T00:03:40Z
     - Fix test failure issue with git 2.38.1 or higher versions
     - Improve the way to get git branch name

v3.1.20

Toggle v3.1.20's commit message

Verified

This commit was signed with the committer’s verified signature.
syohex Shohei YOSHIDA
Checking in changes prior to tagging of version v3.1.20.

Changelog diff is:

diff --git a/Changes b/Changes
index a573c2c..0f2bd2c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Minilla
 
 {{$NEXT}}
 
+v3.1.20 2022-11-13T00:03:40Z
+    - Fix test failure issue with git 2.38.1 or higher versions
+    - Improve the way to get git branch name
+
 v3.1.19 2022-06-03T13:38:13Z
     - Add perl 5.36 to github actions template (AnaTofuZ #320)