Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krasnoukhov committed Jul 4, 2014
1 parent 9a3db3e commit 067d610
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.1.2
------

* Make Collection#update respect nil attributes
* Fix continuation & limit bug

v0.1.1
------

Expand Down
2 changes: 1 addition & 1 deletion lib/lotus/dynamodb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Dynamodb
# Defines the version
#
# @since 0.1.0
VERSION = '0.1.1'
VERSION = '0.1.2'
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

describe Lotus::Dynamodb::VERSION do
it 'returns current version' do
Lotus::Dynamodb::VERSION.must_equal '0.1.1'
Lotus::Dynamodb::VERSION.must_equal '0.1.2'
end
end

0 comments on commit 067d610

Please sign in to comment.