Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 28, 2024
1 parent f1cf585 commit 0007106
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.2] - 2024-07-28

### Fixed

- We need Perl 5.26 or later.

## [0.0.1] - 2024-07-28

### Added
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ WriteMakefile(
ABSTRACT_FROM => 'lib/App/LastStats.pm',
AUTHOR => 'Dave Cross <dave@perlhacks.com>',
LICENSE => 'perl',
MIN_PERL_VERSION => '5.26.0',
PREREQ_PM => {
'Net::LastFM' => 0,
'Getopt::Long' => 0,
'JSON' => 0,
'Feature::Compat::Class' => 0,
},
META_MERGE => {
'meta-spec' => { version => 2 },
Expand Down
2 changes: 1 addition & 1 deletion lib/App/LastStats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class App::LastStats {
use Getopt::Long;
use JSON;

our $VERSION = '0.0.1';
our $VERSION = '0.0.2';

field $username :param = 'davorg';
field $period :param = '7day';
Expand Down

0 comments on commit 0007106

Please sign in to comment.