Skip to content

Commit 460ff5c

Browse files
committed
Bump version 0.4.3 > 0.5.0
1 parent ba2293c commit 460ff5c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## master
2+
3+
## 0.5.0
4+
5+
- Add new `schemaless` option
6+
17
## 0.4.2
28

39
- Support a `on_query_counted` configuration option that is a callback for

lib/db_query_matchers/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Defines the gem version.
22
module DBQueryMatchers
3-
VERSION = '0.4.2'
3+
VERSION = '0.5.0'
44
end

0 commit comments

Comments
 (0)