We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef14fd0 commit 55dc43bCopy full SHA for 55dc43b
2 files changed
README.md
@@ -137,6 +137,7 @@ Which defines the rake task `create_databases` and also a task for travis-ci
137
138
Release notes for schema_dev versions:
139
140
+* **4.0.0** - Drop support for AR < 5.2 and add AR 6.0 and 6.1
141
* **3.13.1** - Adjust travis.yml generation to work with mysql again
142
* **3.13.0** - Change coveralls gem and test against newer ruby versions
143
* **3.12.1** - fix simple case when only one postgresql version
lib/schema_dev/version.rb
@@ -1,3 +1,3 @@
1
module SchemaDev
2
- VERSION = "3.13.1"
+ VERSION = "4.0.0"
3
end
0 commit comments