-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I'm releasing a new minor version of this gem. Change-Id: I246ff144d07e7a558596cac13bc35c0eac0865a0
- Loading branch information
Henric Trotzig
committed
May 24, 2015
1 parent
db4eb37
commit 31b7a0b
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.3.1 | ||
|
||
- Add `matching` option that allows you to target certain queries. | ||
|
||
## 0.3.0 | ||
|
||
- Restore RSpec 2 support. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Defines the gem version. | ||
module DBQueryMatchers | ||
VERSION = '0.3.0' | ||
VERSION = '0.3.1' | ||
end |