Skip to content

Commit 55dc43b

Browse files
committed
release: 4.0.0
- add initial rails 6.0 and 6.1 support - drop rails < 5.2 support
1 parent ef14fd0 commit 55dc43b

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
@@ -137,6 +137,7 @@ Which defines the rake task `create_databases` and also a task for travis-ci
137137

138138
Release notes for schema_dev versions:
139139

140+
* **4.0.0** - Drop support for AR < 5.2 and add AR 6.0 and 6.1
140141
* **3.13.1** - Adjust travis.yml generation to work with mysql again
141142
* **3.13.0** - Change coveralls gem and test against newer ruby versions
142143
* **3.12.1** - fix simple case when only one postgresql version

lib/schema_dev/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SchemaDev
2-
VERSION = "3.13.1"
2+
VERSION = "4.0.0"
33
end

0 commit comments

Comments
 (0)