We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2293c commit 460ff5cCopy full SHA for 460ff5c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## master
2
+
3
+## 0.5.0
4
5
+- Add new `schemaless` option
6
7
## 0.4.2
8
9
- Support a `on_query_counted` configuration option that is a callback for
lib/db_query_matchers/version.rb
@@ -1,4 +1,4 @@
# Defines the gem version.
module DBQueryMatchers
- VERSION = '0.4.2'
+ VERSION = '0.5.0'
end
0 commit comments