From faded8d552864a91fc2ffebee138fd45060b93f1 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Sun, 10 Nov 2024 04:44:34 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20release=20v2.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++-- Gemfile.lock | 2 +- lib/sanitize_email/version.rb | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 198f452..3aee09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - BRANCH COVERAGE: 71.68% -- 81/113 branches in 8 files - 61.73% documented ### Fixed -* Prefer `require_relative` > `require` +* Prefer `require_relative` > `require` internally + * Better performance, portability, and consistency * See: https://github.com/rubocop/rubocop/issues/8748 ## [2.0.9] - 2024-11-09 ([tag][2.0.9t]) @@ -319,7 +320,9 @@ Old version? * Fixed require paths * added about.yml and this CHANGELOG -[Unreleased]: https://github.com/pboling/sanitize_email/compare/v2.0.9...HEAD +[Unreleased]: https://github.com/pboling/sanitize_email/compare/v2.0.10...HEAD +[2.0.10]: https://github.com/pboling/sanitize_email/compare/v2.0.9...v2.0.10 +[2.0.10t]: https://github.com/pboling/sanitize_email/tags/v2.0.10 [2.0.9]: https://github.com/pboling/sanitize_email/compare/v2.0.8...v2.0.9 [2.0.9t]: https://github.com/pboling/sanitize_email/tags/v2.0.9 [2.0.8]: https://github.com/pboling/sanitize_email/compare/v2.0.7...v2.0.8 diff --git a/Gemfile.lock b/Gemfile.lock index 733283a..ee89995 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sanitize_email (2.0.9) + sanitize_email (2.0.10) mail (~> 2.0) version_gem (~> 1.1, >= 1.1.4) diff --git a/lib/sanitize_email/version.rb b/lib/sanitize_email/version.rb index cc93613..77175db 100644 --- a/lib/sanitize_email/version.rb +++ b/lib/sanitize_email/version.rb @@ -5,6 +5,6 @@ module SanitizeEmail module Version - VERSION = "2.0.9" + VERSION = "2.0.10" end end