Skip to content

Commit 6950a3a

Browse files
committed
Update version to 0.7
1 parent 96ebdf3 commit 6950a3a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Changes

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@ Revision history for perl distribution CellBIS-SQL-Abstract
22

33
{{$NEXT}}
44

5+
0.7 2018-07-15 21:09:29+08:00 Asia/Makassar
6+
- Fixes POD
57

68
0.6 2018-07-15 18:42:25+08:00 Asia/Makassar
79
- Added method create_table
8-
- Fixed bugs query
9-
- Fixed Documentation
10+
- Fixes bugs query
11+
- Fixes Documentation
1012
- Update README.md
1113

1214
0.5 2018-07-07 10:05:29+08:00 Asia/Makassar
1315
Abstract.pm - Remove "say" on subroutine "select"
1416

1517
0.4 2018-07-07 09:13:36+08:00 Asia/Makassar
16-
Fixed bugs on "select" method and update "02-select.t"
18+
Fixes bugs on "select" method and update "02-select.t"
1719

1820
0.3 2018-07-06 10:29:32+08:00 Asia/Makassar
19-
- Fixed bug dependency
21+
- Fixes bug dependency
2022

2123
0.2 2018-07-06 08:28:04+08:00 Asia/Makassar
22-
- Fixed bugs for Perl 5.10.1
24+
- Fixes bugs for Perl 5.10.1
2325
- Add unit test file for "select-join", "insert", "update" and "delete"
2426

2527
0.1 2018-07-05 22:09:15+08:00 Asia/Makassar

lib/CellBIS/SQL/Abstract.pm

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

99
# ABSTRACT: SQL Query Generator
10-
our $VERSION = '0.6';
10+
our $VERSION = '0.7';
1111

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

0 commit comments

Comments
 (0)