Skip to content

Releases: lwe/page_title_helper

V9.0.0: Add support for Rails 8.0, drop support for Rails 6.1

08 Nov 12:31
v9.0.0
bab7861
Compare
Choose a tag to compare

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

12 Aug 09:49
v8.0.0
29b65dd
Compare
Choose a tag to compare

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

06 Oct 10:30
v7.0.0
353d6c6
Compare
Choose a tag to compare

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

01 Apr 09:45
v6.0.0
7863386
Compare
Choose a tag to compare

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

19 Feb 11:40
v5.0.0
3bc76bd
Compare
Choose a tag to compare

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.

25 Sep 16:44
@lwe lwe
Compare
Choose a tag to compare
[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).