We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ac0b0 commit 883f42cCopy full SHA for 883f42c
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.1** - Fix github actions generated files for concurrency detection
140
* **4.1.0** - Switch to GitHub actions instead of travis CI
141
* **4.0.0** - Drop support for AR < 5.2 and add AR 6.0 and 6.1
142
* **3.13.1** - Adjust travis.yml generation to work with mysql again
lib/schema_dev/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module SchemaDev
4
- VERSION = '4.1.0'
+ VERSION = '4.1.1'
5
end
0 commit comments