Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jun 14, 2024
1 parent deaa98d commit 15f90e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.1.2] - 2024-06-16

### Added

- Added uri() method to both classes
- Pass $self (as "file") to file template processing

## [0.1.1] - 2024-01-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Aphra.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use URI;

use App::Aphra::File;

our $VERSION = '0.1.1';
our $VERSION = '0.1.2';

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

0 comments on commit 15f90e7

Please sign in to comment.