Skip to content

Commit

Permalink
release: 4.0.0
Browse files Browse the repository at this point in the history
- add initial rails 6.0 and 6.1 support
- drop rails < 5.2 support
  • Loading branch information
urkle committed Dec 7, 2021
1 parent ef14fd0 commit 55dc43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -137,6 +137,7 @@ Which defines the rake task `create_databases` and also a task for travis-ci

Release notes for schema_dev versions:

* **4.0.0** - Drop support for AR < 5.2 and add AR 6.0 and 6.1
* **3.13.1** - Adjust travis.yml generation to work with mysql again
* **3.13.0** - Change coveralls gem and test against newer ruby versions
* **3.12.1** - fix simple case when only one postgresql version
Expand Down
2 changes: 1 addition & 1 deletion lib/schema_dev/version.rb
@@ -1,3 +1,3 @@
module SchemaDev
VERSION = "3.13.1"
VERSION = "4.0.0"
end

0 comments on commit 55dc43b

Please sign in to comment.