Skip to content

Commit

Permalink
Prep new release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 27, 2023
1 parent 50b11be commit a63bbda
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
@@ -1,5 +1,11 @@
# Change Log

## [0.1.0] - 2023-10-27

### Fixed

- Only run conversion tests if `pandoc` is installed

## [0.0.7] - 2023-10-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Aphra.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use YAML::XS 'LoadFile';

use App::Aphra::File;

our $VERSION = '0.0.7';
our $VERSION = '0.1.0';

has commands => (
isa => 'HashRef',
Expand Down

0 comments on commit a63bbda

Please sign in to comment.