Skip to content

Commit 5b76039

Browse files
authored
Cut version 0.13.0 (#67)
1 parent e8513a2 commit 5b76039

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.13.0
2+
3+
- Drop support for Ruby 3.0 (3.1+ still supported)
4+
15
## 0.12.0
26

37
- Drop support for EOL software (Ruby 2.x, Rails 6.0)

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

0 commit comments

Comments
 (0)