Skip to content

Commit

Permalink
🔖 Prepare release v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 9, 2024
1 parent 30eb6b1 commit df06eff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed

## [2.0.9] - 2024-11-09 ([tag][2.0.9t])
- COVERAGE: 90.15% -- 247/274 lines in 8 files
- BRANCH COVERAGE: 71.68% -- 81/113 branches in 8 files
- 61.73% documented
### Added
* More & better documentation
* Rails 8.0 to CI

## [2.0.8] - 2024-06-11 ([tag][2.0.8t])
### Fixed
# [#110](https://github.com/pboling/sanitize_email/issues/110) - interceptor not working via Rails 6+ engine (actual fix!)
* [#110](https://github.com/pboling/sanitize_email/issues/110) - interceptor not working via Rails 6+ engine (actual fix!)

## [2.0.7] - 2024-04-25 ([tag][2.0.7t])
### Added
* More documentation
### Changed
* Documentation is now via yard instead of rdoc
### Fixed
# [#110](https://github.com/pboling/sanitize_email/issues/110) - interceptor not working via Rails 6+ engine
* [#110](https://github.com/pboling/sanitize_email/issues/110) - interceptor not working via Rails 6+ engine

## [2.0.6] - 2024-04-25 ([tag][2.0.6t])
### Added
Expand Down Expand Up @@ -303,7 +311,9 @@ Old version?
* Fixed require paths
* added about.yml and this CHANGELOG

[Unreleased]: https://github.com/pboling/sanitize_email/compare/v2.0.8...HEAD
[Unreleased]: https://github.com/pboling/sanitize_email/compare/v2.0.9...HEAD
[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
[2.0.8t]: https://github.com/pboling/sanitize_email/tags/v2.0.8
[2.0.7]: https://github.com/pboling/sanitize_email/compare/v2.0.6...v2.0.7
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.8)
sanitize_email (2.0.9)
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.8"
VERSION = "2.0.9"
end
end

0 comments on commit df06eff

Please sign in to comment.