From 913a72e7bf629654e2e422cc3a60a031adf76a98 Mon Sep 17 00:00:00 2001 From: Bruno Sedler Date: Wed, 15 Mar 2023 15:41:32 +0100 Subject: [PATCH] Bump version from 1.1.1 to 1.2.0 --- CHANGELOG.md | 7 +++++++ Gemfile.3.2.mysql2.lock | 4 ++-- Gemfile.4.2.mysql2.lock | 4 ++-- Gemfile.4.2.pg.lock | 4 ++-- 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, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af0a45..7771d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ### Breaking changes +### Compatible changes + + +## 1.2.0 - 2023-03-15 + +### Breaking changes + * Drop support for Ruby 2.5 with Rails 6.1 ### Compatible changes diff --git a/Gemfile.3.2.mysql2.lock b/Gemfile.3.2.mysql2.lock index 221fa12..4083a72 100644 --- a/Gemfile.3.2.mysql2.lock +++ b/Gemfile.3.2.mysql2.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - has_defaults (1.1.1) + has_defaults (1.2.0) activerecord GEM @@ -72,4 +72,4 @@ DEPENDENCIES rspec (~> 3.4) BUNDLED WITH - 2.2.32 + 2.3.4 diff --git a/Gemfile.4.2.mysql2.lock b/Gemfile.4.2.mysql2.lock index 081f0a0..a902163 100644 --- a/Gemfile.4.2.mysql2.lock +++ b/Gemfile.4.2.mysql2.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.1.1) + has_defaults (1.2.0) activerecord GEM @@ -70,4 +70,4 @@ DEPENDENCIES rspec (~> 3.4) BUNDLED WITH - 2.2.32 + 2.3.4 diff --git a/Gemfile.4.2.pg.lock b/Gemfile.4.2.pg.lock index cb3eafe..74fcb11 100644 --- a/Gemfile.4.2.pg.lock +++ b/Gemfile.4.2.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.1.1) + has_defaults (1.2.0) activerecord GEM @@ -70,4 +70,4 @@ DEPENDENCIES rspec (~> 3.4) BUNDLED WITH - 2.2.32 + 2.3.4 diff --git a/Gemfile.5.2.mysql2.lock b/Gemfile.5.2.mysql2.lock index 3d75785..1591cde 100644 --- a/Gemfile.5.2.mysql2.lock +++ b/Gemfile.5.2.mysql2.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.1.1) + has_defaults (1.2.0) activerecord GEM diff --git a/Gemfile.5.2.pg.lock b/Gemfile.5.2.pg.lock index adb9bc9..a39cf6c 100644 --- a/Gemfile.5.2.pg.lock +++ b/Gemfile.5.2.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.1.1) + has_defaults (1.2.0) activerecord GEM diff --git a/Gemfile.6.1.pg.lock b/Gemfile.6.1.pg.lock index d0a28c3..7bb6cd9 100644 --- a/Gemfile.6.1.pg.lock +++ b/Gemfile.6.1.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.1.1) + has_defaults (1.2.0) activerecord GEM diff --git a/Gemfile.7.0.pg.lock b/Gemfile.7.0.pg.lock index 1a5fb80..42ae8f5 100644 --- a/Gemfile.7.0.pg.lock +++ b/Gemfile.7.0.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.1.1) + has_defaults (1.2.0) activerecord GEM diff --git a/lib/has_defaults/version.rb b/lib/has_defaults/version.rb index 3f2a207..cfc06cc 100644 --- a/lib/has_defaults/version.rb +++ b/lib/has_defaults/version.rb @@ -1,5 +1,5 @@ module HasDefaults - VERSION = '1.1.1' + VERSION = '1.2.0' end