[Bps-public-commit] dbix-searchbuilder branch master updated. 1.79-3-g72634d7

BPS Git Server git at git.bestpractical.com
Wed Dec 13 13:55:08 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dbix-searchbuilder".

The branch, master has been updated
       via  72634d77e34c17a1dc153421a20711cb29df41ed (commit)
      from  4fa2b016079b9e82665b361cc0e9fd46df457688 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 72634d77e34c17a1dc153421a20711cb29df41ed
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Dec 13 08:52:43 2023 -0500

    Prep version 1.80

diff --git a/Changes b/Changes
index 87217bc..d2c24cf 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension DBIx::SearchBuilder.
 
+1.80 2023-12-13
+ - Add CastAsDecimal helper method
+
 1.79 2023-11-27
  - Produce correct query hints
 
diff --git a/META.yml b/META.yml
index 191c953..f3d1407 100644
--- a/META.yml
+++ b/META.yml
@@ -36,4 +36,4 @@ requires:
   perl: 5.10.1
 resources:
   license: http://dev.perl.org/licenses/
-version: '1.79'
+version: '1.80'
diff --git a/lib/DBIx/SearchBuilder.pm b/lib/DBIx/SearchBuilder.pm
index 112f254..694f7c9 100755
--- a/lib/DBIx/SearchBuilder.pm
+++ b/lib/DBIx/SearchBuilder.pm
@@ -4,7 +4,7 @@ package DBIx::SearchBuilder;
 use strict;
 use warnings;
 
-our $VERSION = "1.79";
+our $VERSION = "1.80";
 
 use Clone qw();
 use Encode qw();

-----------------------------------------------------------------------

Summary of changes:
 Changes                   | 3 +++
 META.yml                  | 2 +-
 lib/DBIx/SearchBuilder.pm | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
dbix-searchbuilder


More information about the Bps-public-commit mailing list