Skip to content

Commit 0deaaac

Browse files
authored
Cut version 0.14.0 (#70)
1 parent ad5c90a commit 0deaaac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.14.0
2+
3+
- Relax gem constraints to allow Rails 8.0
4+
15
## 0.13.0
26

37
- Drop support for Ruby 3.0 (3.1+ still supported)

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.13.0'
3+
VERSION = '0.14.0'
44
end

0 commit comments

Comments
 (0)