From 0a952721055bdd6e6cb8616c907ffe14b646d90b Mon Sep 17 00:00:00 2001 From: Bruno Sedler Date: Wed, 29 Jan 2025 12:28:16 +0100 Subject: [PATCH] Bump version from 1.2.1 to 1.3.0 --- CHANGELOG.md | 7 +++++++ Gemfile.6.1.pg.lock | 2 +- Gemfile.7.0.pg.lock | 2 +- Gemfile.7.1.pg.lock | 2 +- Gemfile.7.2.pg.lock | 2 +- Gemfile.8.0.pg.lock | 2 +- lib/has_defaults/version.rb | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e499356..25f258d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## Unreleased +### Breaking changes + +### Compatible changes + + +## 1.3.0 - 2025-01-29 + ### Breaking changes - Drop support for Rails < 6.1. This also drops support for MySQL, which had only been present for Rails < 6. diff --git a/Gemfile.6.1.pg.lock b/Gemfile.6.1.pg.lock index 325ea4f..8bff511 100644 --- a/Gemfile.6.1.pg.lock +++ b/Gemfile.6.1.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.1) + has_defaults (1.3.0) activerecord GEM diff --git a/Gemfile.7.0.pg.lock b/Gemfile.7.0.pg.lock index bd84df5..7a5b4ef 100644 --- a/Gemfile.7.0.pg.lock +++ b/Gemfile.7.0.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.1) + has_defaults (1.3.0) activerecord GEM diff --git a/Gemfile.7.1.pg.lock b/Gemfile.7.1.pg.lock index 0e3c74d..268e7ef 100644 --- a/Gemfile.7.1.pg.lock +++ b/Gemfile.7.1.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.1) + has_defaults (1.3.0) activerecord GEM diff --git a/Gemfile.7.2.pg.lock b/Gemfile.7.2.pg.lock index b76b28f..1dfe320 100644 --- a/Gemfile.7.2.pg.lock +++ b/Gemfile.7.2.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.1) + has_defaults (1.3.0) activerecord GEM diff --git a/Gemfile.8.0.pg.lock b/Gemfile.8.0.pg.lock index 5090d07..1a808f3 100644 --- a/Gemfile.8.0.pg.lock +++ b/Gemfile.8.0.pg.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_defaults (1.2.1) + has_defaults (1.3.0) activerecord GEM diff --git a/lib/has_defaults/version.rb b/lib/has_defaults/version.rb index 797382e..55de8a4 100644 --- a/lib/has_defaults/version.rb +++ b/lib/has_defaults/version.rb @@ -1,5 +1,5 @@ module HasDefaults - VERSION = '1.2.1' + VERSION = '1.3.0' end