Skip to content

Commit 0276a55

Browse files
committed
bump version 1.5
1 parent b6ef069 commit 0276a55

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for perl distribution CellBIS-SQL-Abstract
22

33
{{$NEXT}}
44

5+
1.4 2021-04-09 01:02:00+08:00 Asia/Makassar
6+
- fix missing Mojo::SQLite #4 - eserte
7+
58
1.3 2021-01-28 07:44:33+08:00 Asia/Makassar
69
- fix error if create table with foreign key
710
- support create table PostgreSQL

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
2424
"Mojolicious" => 0,
2525
"Scalar::Util" => 0
2626
},
27-
"VERSION" => "1.3",
27+
"VERSION" => "1.5",
2828
"test" => {
2929
"TESTS" => "t/*.t t/02-query/*.t t/03-additional/mysql/*.t t/03-additional/sqlite/*.t"
3030
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ or [DBI](https://metacpan.org/pod/DBI).
1010
## How to Install :
1111
From Source :
1212
```bash
13-
git clone -b v1.3 [email protected]:CellBIS/CellBIS-SQL-Abstract.git
13+
git clone -b v1.4 [email protected]:CellBIS/CellBIS-SQL-Abstract.git
1414
perl Makefile.PL
1515
make && make test
1616
make install && make clean

lib/CellBIS/SQL/Abstract.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use CellBIS::SQL::Abstract::Util;
88
use CellBIS::SQL::Abstract::Table;
99

1010
# ABSTRACT: SQL Query Generator
11-
our $VERSION = '1.4';
11+
our $VERSION = '1.5';
1212

1313
has 'QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util->new };
1414
has 'db_type' => 'mariadb';

0 commit comments

Comments
 (0)