Skip to content

Commit

Permalink
🔖 Prepare release v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 9, 2024
1 parent cb46d97 commit faded8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/sanitize_email/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module SanitizeEmail
module Version
VERSION = "2.0.9"
VERSION = "2.0.10"
end
end

0 comments on commit faded8d

Please sign in to comment.