From 43e4adc9b58e43aabcfb36d90c4fef1efba503b4 Mon Sep 17 00:00:00 2001 From: Andy Atkinson Date: Sun, 22 Sep 2024 10:54:50 -0500 Subject: [PATCH] Release 0.4.3 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/activerecord-clean-db-structure/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b72dc6..3cfeac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * ... +## 0.4.3 2024-09-22 + +* Fix additional regexp warnings from "rake test". [#50](https://github.com/lfittl/activerecord-clean-db-structure/pull/50) + ## 0.4.2 2024-09-22 * Add an option to not remove extensions [#43](https://github.com/lfittl/activerecord-clean-db-structure/pull/43) diff --git a/Gemfile.lock b/Gemfile.lock index f527f45..120629b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - activerecord-clean-db-structure (0.4.2) + activerecord-clean-db-structure (0.4.3) activerecord (>= 4.2) GEM diff --git a/lib/activerecord-clean-db-structure/version.rb b/lib/activerecord-clean-db-structure/version.rb index e6695f8..8ec9986 100644 --- a/lib/activerecord-clean-db-structure/version.rb +++ b/lib/activerecord-clean-db-structure/version.rb @@ -1,3 +1,3 @@ module ActiveRecordCleanDbStructure - VERSION = '0.4.2' + VERSION = '0.4.3' end