Skip to content

Commit

Permalink
Cut version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Sep 26, 2019
1 parent 7e71082 commit 7231643
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## master

## 0.10.0

- Relax dependencies for compatibility with Rails 6.0
- Add `unscoped` option for counting queries with no `WHERE` / `LIMIT`

## 0.9.0

- Add `rspec` and `activesupport` as proper runtime dependencies
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.9.0'
VERSION = '0.10.0'
end

0 comments on commit 7231643

Please sign in to comment.