We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a70841 commit 60e70a4Copy full SHA for 60e70a4
Changes.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [0.2.6] - 2026-01-02
4
+
5
+### Fixed
6
7
+- Naming confusion in new test
8
9
## [0.2.5] - 2026-01-01
10
11
### Fixed
lib/App/Aphra.pm
@@ -39,7 +39,7 @@ use URI;
39
40
use App::Aphra::File;
41
42
-our $VERSION = '0.2.5';
+our $VERSION = '0.2.6';
43
44
has commands => (
45
isa => 'HashRef',
0 commit comments