From b1172fc45949cd556d854085e1899181aa922e43 Mon Sep 17 00:00:00 2001 From: Bruno Sedler Date: Fri, 25 Oct 2024 13:02:23 +0200 Subject: [PATCH] Bump version from 1.2.0 to 1.2.1 --- CHANGELOG.md | 5 +++++ Gemfile.3.2.mysql2.lock | 2 +- Gemfile.4.2.mysql2.lock | 2 +- Gemfile.4.2.pg.lock | 2 +- Gemfile.5.2.mysql2.lock | 2 +- Gemfile.5.2.pg.lock | 2 +- Gemfile.6.1.pg.lock | 2 +- Gemfile.7.0.pg.lock | 2 +- lib/has_defaults/version.rb | 2 +- 9 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ade0f..9b5e35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ### Compatible changes + +## 1.2.1 - 2024-10-25 + +### Compatible changes + * Follow recommended way to extend Railties diff --git a/Gemfile.3.2.mysql2.lock b/Gemfile.3.2.mysql2.lock index 4083a72..8222227 100644 --- a/Gemfile.3.2.mysql2.lock +++ b/Gemfile.3.2.mysql2.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - has_defaults (1.2.0) + has_defaults (1.2.1) activerecord GEM diff --git a/Gemfile.4.2.mysql2.lock b/Gemfile.4.2.mysql2.lock index a902163..2c54fbe 100644 --- a/Gemfile.4.2.mysql2.lock +++ b/Gemfile.4.2.mysql2.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.0) + has_defaults (1.2.1) activerecord GEM diff --git a/Gemfile.4.2.pg.lock b/Gemfile.4.2.pg.lock index 74fcb11..cd74d2e 100644 --- a/Gemfile.4.2.pg.lock +++ b/Gemfile.4.2.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.0) + has_defaults (1.2.1) activerecord GEM diff --git a/Gemfile.5.2.mysql2.lock b/Gemfile.5.2.mysql2.lock index 1591cde..6d6828b 100644 --- a/Gemfile.5.2.mysql2.lock +++ b/Gemfile.5.2.mysql2.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.0) + has_defaults (1.2.1) activerecord GEM diff --git a/Gemfile.5.2.pg.lock b/Gemfile.5.2.pg.lock index a39cf6c..c9bfbdb 100644 --- a/Gemfile.5.2.pg.lock +++ b/Gemfile.5.2.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.0) + has_defaults (1.2.1) activerecord GEM diff --git a/Gemfile.6.1.pg.lock b/Gemfile.6.1.pg.lock index 7bb6cd9..325ea4f 100644 --- a/Gemfile.6.1.pg.lock +++ b/Gemfile.6.1.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.0) + has_defaults (1.2.1) activerecord GEM diff --git a/Gemfile.7.0.pg.lock b/Gemfile.7.0.pg.lock index 42ae8f5..2c78329 100644 --- a/Gemfile.7.0.pg.lock +++ b/Gemfile.7.0.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.0) + has_defaults (1.2.1) activerecord GEM diff --git a/lib/has_defaults/version.rb b/lib/has_defaults/version.rb index cfc06cc..797382e 100644 --- a/lib/has_defaults/version.rb +++ b/lib/has_defaults/version.rb @@ -1,5 +1,5 @@ module HasDefaults - VERSION = '1.2.0' + VERSION = '1.2.1' end