Skip to content

Commit

Permalink
prep for v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
njlg committed Jul 1, 2016
1 parent 90b28c8 commit 0f8c7fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.14 2016-07-01
- bumping to v0.12
- callback should be passed to run() instead of changes()
- update changes callback for clarity
- pass along optargs to changes for things like include_initial
- preping a release
- filter nested keys in without()
- fix for issue #28
- adding new RethinkDB v2.3.4 functionality & tests
- test needs to clean itself up + test for the correct thing
- updating changes for last release

0.12 2016-04-29
- Fix for Issue #22
- Fixing some bad tests
Expand Down
2 changes: 1 addition & 1 deletion lib/Rethinkdb.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Rethinkdb::Query::Table;
use Rethinkdb::Query;
use Rethinkdb::Util;

our $VERSION = '0.13';
our $VERSION = '0.14';

# this is set only when connect->repl()
has 'io';
Expand Down

0 comments on commit 0f8c7fc

Please sign in to comment.