diff --git a/Changes.md b/Changes.md index 08f5081..4179841 100644 --- a/Changes.md +++ b/Changes.md @@ -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 diff --git a/lib/App/Aphra.pm b/lib/App/Aphra.pm index 43530c2..577422c 100644 --- a/lib/App/Aphra.pm +++ b/lib/App/Aphra.pm @@ -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',