-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I534024b163116c94c223882d4cd728d1e1ce46b6 Reviewed-on: http://gerrit.causes.com/41502 Reviewed-by: Henric Trotzig <[email protected]> Tested-by: Henric Trotzig <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 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,6 @@ | ||
## 0.2.3 | ||
- Fix issue #2 | ||
|
||
## 0.2.2 | ||
|
||
- Add configuration option that will allow you to ignore certain queries. | ||
|
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.2.2' | ||
VERSION = '0.2.3' | ||
end |