Skip to content

Commit

Permalink
Bump version (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed May 4, 2024
1 parent e7c9e9f commit a2c5e90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ my $build = Module::Build->new(
dist_author => 'Dave Cross <dave@mag-sol.com>',
module_name => 'Calendar::Simple',
requires => {
perl => '5.6.0',
perl => '5.10.0',
Carp => 0,
'Time::Local' => 0,
Config => 0,
Expand Down
3 changes: 2 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ 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).

## [2.0.4] 2024-05-04
## [2.1.0] 2024-05-04

### Changed

- Require Perl 5.10 (for // in `pcal`)
- Better variable names in `pcal`
- Better argument handling logic in `pcal`

Expand Down
2 changes: 1 addition & 1 deletion lib/Calendar/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use base 'Exporter';

our @EXPORT = qw(calendar);
our @EXPORT_OK = qw(date_span);
our $VERSION = '2.0.4';
our $VERSION = '2.1.0';

use Time::Local;
use Carp;
Expand Down

0 comments on commit a2c5e90

Please sign in to comment.