We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62a168 commit 47801dfCopy full SHA for 47801df
2 files changed
README.md
@@ -136,6 +136,7 @@ Which defines the rake task `create_databases` and also a task for github action
136
137
Release notes for schema_dev versions:
138
139
+* **4.1.0** - Switch to GitHub actions instead of travis CI
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
lib/schema_dev/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module SchemaDev
4
- VERSION = '4.0.0'
+ VERSION = '4.1.0'
5
end
0 commit comments