Skip to content

Commit 9cffc7a

Browse files
committed
bump version, update Changes
1 parent efe505d commit 9cffc7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Revision history for Perl-Dist-APPerl
2+
v0.5.0 2023-12-01
3+
Revert `full` and `small` targets with cosmo 3.0.2
4+
Base `full` and `small` (with vista) targets off of perl 5.36.3
5+
26
v0.4.0 2023-11-17
37
Make tests more Windows compatible
48
Build `full` and `small` targets with cosmo 3.0.2

lib/Perl/Dist/APPerl.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Perl::Dist::APPerl;
22
# Copyright (c) 2022 Gavin Hayes, see LICENSE in the root of the project
3-
use version 0.77; our $VERSION = qv(v0.4.0);
3+
use version 0.77; our $VERSION = qv(v0.5.0);
44
use strict;
55
use warnings;
66
use JSON::PP 2.0104 qw(decode_json);

0 commit comments

Comments
 (0)