Skip to content

Commit

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

diff --git a/Changes b/Changes
index 8f53e9f..fdd40a4 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,12 @@
 Revision history for YATT::Lite

+0.121 2024-12-10
+    * GH-223 - Fix another `yatt*` scripts failure
+    * GH-222 - Set app_root to $FindBin::Bin by default
+
 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/
+    * GH-219 - Remove use of smartmatch, given... for perl5.40

 0.110 2024-08-16
     * GH-216, GH-217 - More LRXML parser fix (for Language Server)
  • Loading branch information
hkoba committed Dec 10, 2024
1 parent 26e6eaf commit bac68de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Revision history for YATT::Lite

0.121 2024-12-10
* GH-223 - Fix another `yatt*` scripts failure
* GH-222 - Set app_root to $FindBin::Bin by default

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/
* GH-219 - Remove use of smartmatch, given... for perl5.40

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.120';
our $VERSION = '0.121';
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.120",
"version" : "0.121",
"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.120'
version: '0.121'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 comments on commit bac68de

Please sign in to comment.