Skip to content

Commit 014d579

Browse files
committed
release: 4.2.0
- add AR 7.0 - add Ruby 3.1 - add rails: rspec filter to fileter tests to specific rails versions - enhance postgresql: rspec filter to support a verion string check to have test only run on certain PG versions
1 parent 0617a43 commit 014d579

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Which defines the rake task `create_databases` and also a task for github action
136136

137137
Release notes for schema_dev versions:
138138

139+
* **4.2.0** - Add AR 7.0, and Ruby 3.1 support. Also add more shared rspec filters
139140
* **4.1.1** - Fix github actions generated files for concurrency detection
140141
* **4.1.0** - Switch to GitHub actions instead of travis CI
141142
* **4.0.0** - Drop support for AR < 5.2 and add AR 6.0 and 6.1

lib/schema_dev/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SchemaDev
4-
VERSION = '4.1.1'
4+
VERSION = '4.2.0'
55
end

0 commit comments

Comments
 (0)