Skip to content

Commit

Permalink
Cut version 0.12.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Dec 13, 2023
1 parent 113f88b commit 7677db6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.12.0

- Drop support for EOL software (Ruby 2.x, Rails 6.0)
- Add `database_role` option to scope checks for replicas

## 0.11.0

- Relax dependencies for compatibility with Rails 7.0
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# db-query-matchers

[![Gem Version](https://badge.fury.io/rb/db-query-matchers.svg)](https://badge.fury.io/rb/db-query-matchers)
[![Build Status](https://github.com/civiccc/db-query-matchers/actions/workflows/ci.yml/badge.svg)](https://github.com/civiccc/db-query-matchers/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/776d6f7223e01be5f17a/maintainability)](https://codeclimate.com/github/brigade/db-query-matchers/maintainability)
[![Build Status](https://github.com/civiccc/db-query-matchers/actions/workflows/ci.yaml/badge.svg)](https://github.com/civiccc/db-query-matchers/actions)

RSpec matchers for database queries made by ActiveRecord.

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.11.0'
VERSION = '0.12.0'
end

0 comments on commit 7677db6

Please sign in to comment.