From 55dc43b463c914018cf62581799b38b883a21ef5 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Tue, 7 Dec 2021 10:31:03 -0500 Subject: [PATCH] release: 4.0.0 - add initial rails 6.0 and 6.1 support - drop rails < 5.2 support --- README.md | 1 + lib/schema_dev/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 353207c..693903d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/schema_dev/version.rb b/lib/schema_dev/version.rb index 68d39a8..d586774 100644 --- a/lib/schema_dev/version.rb +++ b/lib/schema_dev/version.rb @@ -1,3 +1,3 @@ module SchemaDev - VERSION = "3.13.1" + VERSION = "4.0.0" end