Skip to content

Commit d3c8104

Browse files
committed
Prep for release 0.0.5
1 parent 2c7f1a6 commit d3c8104

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.0.5] 2024-08-18
8+
9+
### Fixed
10+
11+
- Require a version of Feature::Compat::Class that supports field attributes
12+
713
## [0.0.4] 2024-07-07
814

915
### Added

lib/App/MergeCal.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package App::MergeCal; # For PAUSE
2424

2525
class App::MergeCal {
2626

27-
our $VERSION = '0.0.4';
27+
our $VERSION = '0.0.5';
2828

2929
use Encode 'encode_utf8';
3030
use Text::vFile::asData;

0 commit comments

Comments
 (0)