Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.120.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 62ca5cf..8f53e9f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for YATT::Lite

+0.120 2024-11-29
+    * GH-219 - Remove use of smartmatch, given... for perl5.40
+    * GH-220 - Fix `yatt*` scripts to be installed correctly under bin/
+
 0.110 2024-08-16
     * GH-216, GH-217 - More LRXML parser fix (for Language Server)
  • Loading branch information
hkoba committed Nov 29, 2024
1 parent e9249e9 commit 5071bad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for YATT::Lite

0.120 2024-11-29
* GH-219 - Remove use of smartmatch, given... for perl5.40
* GH-220 - Fix `yatt*` scripts to be installed correctly under bin/

0.110 2024-08-16
* GH-216, GH-217 - More LRXML parser fix (for Language Server)

Expand Down
2 changes: 1 addition & 1 deletion Lite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings qw(FATAL all NONFATAL misc);
use 5.010; no if $] >= 5.017011, warnings => "experimental";

use Carp qw(carp croak confess);
our $VERSION = '0.110';
our $VERSION = '0.120';
use mro 'c3';

use Scalar::Util qw/weaken/;
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
"url" : "https://github.com/hkoba/yatt_lite"
}
},
"version" : "0.110",
"version" : "0.120",
"x_serialization_backend" : "JSON::PP version 4.16"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ requires:
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/hkoba/yatt_lite
version: '0.110'
version: '0.120'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 comments on commit 5071bad

Please sign in to comment.