Skip to content

Commit

Permalink
Bump version 0.3.1 -> 0.4.0
Browse files Browse the repository at this point in the history
- Support passing a range to the count: option, by calling the case
  equality operator on the argument.

Change-Id: Ide7766b5c713c10e653d9ed8756ca769a376244a
  • Loading branch information
lencioni committed May 28, 2015
1 parent ebf1858 commit a9a6766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master (unreleased)
## 0.4.0

- Support passing a range to the count: option, by calling the case
equality operator on the argument.
Expand Down
2 changes: 1 addition & 1 deletion lib/db_query_matchers/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module DBQueryMatchers
VERSION = '0.3.1'
VERSION = '0.4.0'
end

0 comments on commit a9a6766

Please sign in to comment.