Releases: lwe/page_title_helper
Releases · lwe/page_title_helper
V9.0.0: Add support for Rails 8.0, drop support for Rails 6.1
Added
- Add support for Rails 8.0 (#197)
Removed
- Drop support for Rails 6.1 (#201)
V8.0.0: Add support for Rails 7.2, drop support for Ruby 3.0
Added
- Add support for Rails 7.2 (#193)
- Add official support for Ruby 3.3 (#177)
Removed
- Drop support for Ruby 3.0 (#184)
V7.0.0: Add support for Rails 7.1 and Ruby 3.2, drop support for Rail 5.2/6.0 and Ruby 2.7
Added
- Add support for Rails 7.1 (#166)
- Add official support for Ruby 3.2 (#157)
Removed
- Drop support for Rails 6.0 (#168)
- Drop support for Rails 5.2 (#164)
- Drop support for Ruby 2.7 (#163)
Thanks to @joshRpowell for contributing to this release! ❤️
V6.0.0: Add support for Ruby 3.1 and Rails 7.0
Added
- Add support for Rails 7.0 (#131)
- Add support for Ruby 3.1 (#143)
Removed
- Drop support for Ruby 2.5 and 2.6 (#127, #145)
Fixed
- Avoid modifying a frozen array in Ruby 3 (#135)
V5.0.0
Added
- Add support for Ruby 3 (#120)
- Add automatic gem release (#122)
- Add support for Rails 6.1 (#113, #114)
- Officially support Ruby 2.7 (#103)
Removed
- Drop support for Ruby 2.4 (#109)
- Drop support for Rails < 5.2 (#104)
Fixed
- Use a better-maintained Ruby setup for the CI (#121)
- Fix warnings in the
.travis.yml
(#106)
Release 4.0 with support for latest Rails versions.
[TASK] Prepare the 4.0.0 release (#98)
Also split up the changelog between the 3.0.0 and 4.0.0 changes (which
accidentally got lumped together).