We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a602c11 commit 398cb11Copy full SHA for 398cb11
CHANGELOG.md
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [0.0.10] - 2024-01-24
8
+### Changed
9
+- Many CI improvements
10
11
## [0.0.9] - 2021-05-13
12
### Changed
lib/App/CPANModuleSite.pm
@@ -13,7 +13,7 @@ It's probably not particularly useful to use the class directly.
13
14
package App::CPANModuleSite;
15
16
-our $VERSION = '0.0.9';
+our $VERSION = '0.0.10';
17
18
use v5.14;
19
0 commit comments