Showing 2 changed files with 3 additions and 1 deletions
+2
Changes
... ...
@@ -1,3 +1,5 @@
1
+0.1713
2
+    - fixed memory leak and connection increasing bug when using model.
1 3
 0.1712
2 4
     - you can set any string as separator
3 5
     - fixed memory leak and connection increasing bug, and query_buider method return new object.
+1 -1
lib/DBIx/Custom.pm
... ...
@@ -1,7 +1,7 @@
1 1
 package DBIx::Custom;
2 2
 use Object::Simple -base;
3 3
 
4
-our $VERSION = '0.1712';
4
+our $VERSION = '0.1713';
5 5
 use 5.008001;
6 6
 
7 7
 use Carp 'croak';