Skip to content

Commit

Permalink
Prep for release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 18, 2024
1 parent 2c7f1a6 commit d3c8104
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.5] 2024-08-18

### Fixed

- Require a version of Feature::Compat::Class that supports field attributes

## [0.0.4] 2024-07-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/App/MergeCal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package App::MergeCal; # For PAUSE

class App::MergeCal {

our $VERSION = '0.0.4';
our $VERSION = '0.0.5';

use Encode 'encode_utf8';
use Text::vFile::asData;
Expand Down

0 comments on commit d3c8104

Please sign in to comment.