Skip to content

Commit 7677db6

Browse files
authored
Cut version 0.12.0 (#61)
1 parent 113f88b commit 7677db6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.12.0
2+
3+
- Drop support for EOL software (Ruby 2.x, Rails 6.0)
4+
- Add `database_role` option to scope checks for replicas
5+
16
## 0.11.0
27

38
- Relax dependencies for compatibility with Rails 7.0

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# db-query-matchers
22

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

76
RSpec matchers for database queries made by ActiveRecord.
87

lib/db_query_matchers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Defines the gem version.
22
module DBQueryMatchers
3-
VERSION = '0.11.0'
3+
VERSION = '0.12.0'
44
end

0 commit comments

Comments
 (0)