Skip to content

Commit

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

diff --git a/Changes b/Changes
index e66d8ec..5165b37 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Otogiri
 
 {{$NEXT}}
 
+0.23 2024-06-08T13:41:40Z
+    - Now a hashref can be specified in 2nd argument of update()
+
 0.22 2023-12-10T00:22:10Z
     - Support DBURL
  • Loading branch information
ytnobody committed Jun 8, 2024
1 parent 33ed11d commit 207596e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension Otogiri

{{$NEXT}}

0.23 2024-06-08T13:41:40Z
- Now a hashref can be specified in 2nd argument of update()

0.22 2023-12-10T00:22:10Z
- Support DBURL

Expand Down
4 changes: 3 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
},
"develop" : {
"requires" : {
"DBD::Pg" : "0",
"DBD::mysql" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
Expand Down Expand Up @@ -77,7 +79,7 @@
"web" : "https://github.com/ytnobody/Otogiri"
}
},
"version" : "0.22",
"version" : "0.23",
"x_contributors" : [
"Mohammad S Anwar <[email protected]>",
"Takuya Tsuchida <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Otogiri.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use 5.008005;
use strict;
use warnings;

our $VERSION = "0.22";
our $VERSION = "0.23";

use parent 'Exporter';
use SQL::QueryMaker;
Expand Down

0 comments on commit 207596e

Please sign in to comment.