Skip to content

Releases: kpumuk/meta-tags

v2.22.2

26 Oct 00:22
05a1404

Choose a tag to compare

What's Changed

  • Update rubocop-rspec requirement from ~> 3.0.1 to ~> 3.1.0 by @dependabot[bot] in #317
  • Rails 8 will require Ruby 3.2.0 or newer. by @kpumuk in #318
  • Update rubocop-rails requirement from ~> 2.26.0 to ~> 2.27.0 by @dependabot[bot] in #320
  • Update rubocop-rspec requirement from ~> 3.1.0 to ~> 3.2.0 by @dependabot[bot] in #319
  • Added Rails 8.0 to the build matrix, removed Rails 6.0, and locked Zeitwerk to 2.6 for Ruby versions before 3.2 by @kpumuk in #321
  • Update rubocop-rspec requirement from ~> 3.2.0 to ~> 3.3.0 by @dependabot[bot] in #322
  • Switched default Ruby on CI to 3.3, and added 3.4 by @kpumuk in #323
  • Update rubocop-rspec requirement from ~> 3.3.0 to ~> 3.4.0 by @dependabot[bot] in #326
  • Update rubocop-rails requirement from ~> 2.27.0 to ~> 2.28.0 by @dependabot[bot] in #324
  • Update steep requirement from ~> 1.9.3 to ~> 1.10.0 by @dependabot[bot] in #330
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #333
  • Add Rails 8.1 support and update dependency upper bound to < 8.2 by @kataokatsuki in #337
  • Preparing release 2.22.2 by @kpumuk in #338

New Contributors

Full Changelog: v2.22.1...v2.22.2

v2.22.1

20 Sep 23:44
082fbb3

Choose a tag to compare

Changes:

  • Removed meta-tags.gemspec and Rakefile from the gem package (312)
  • Use GitHub actions to build, sign and publish the gem (314, 315, 316)

What's Changed

  • Use standardrb/standard-ruby-action@v1 action instead of custom rake task execution by @kpumuk in #309
  • Bump paambaati/codeclimate-action from 8 to 9 by @dependabot in #310
  • Update rubocop-rails requirement from ~> 2.25.0 to ~> 2.26.0 by @dependabot in #311
  • Remove meta-tags.gemspec and Rakefile from the gem package by @kpumuk in #312
  • Fixed missing commit list links in the Changelog file by @kpumuk in #313
  • Added release workflow to automatically publish gems by @kpumuk in #314
  • Moved gem private key to secrets to avoid secrets leaking by @kpumuk in #315
  • Create a GitHub release after RubyGems release by @kpumuk in #316

Full Changelog: v2.22.0...v2.22.1

v2.22.0

15 Jul 21:35
2168e03

Choose a tag to compare

Changes:

  • Added support for Ruby on Rails 7.2 (303)

v2.21.0

11 Apr 15:00
ba7f6c2

Choose a tag to compare

Bugfixes:

  • Removed a duplicated title_tag_attributes configuration from the initializer (287).

Changes:

  • Ruby older than 3.0 is no longer supported.
  • Added truncate_on_natural_separator configuration option to the initializer (287).

v2.20.0

26 Dec 21:35
c538420

Choose a tag to compare

Features:

  • Introduced truncate_on_natural_separator configuration option to change or disable truncation on natural separator (283).
  • Introduced title_tag_attributes configuration option to add HTML attributes to the title tag (284).

Changes:

  • Switched builds from CircleCI to Github Actions (273)
  • Ruby on Rails < 6.0 is no longer supported.

v2.19.0

05 Oct 12:48
4fc1dec

Choose a tag to compare

Changes:

  • Switched code style from custom rules to Standard (246).
  • Switched from testing Rails using environment variables to Appraisal gem (251).
  • Ruby 2.7 is minimum supported version (257)
  • Added support for Rails 7.1 (267)

v2.18.0

15 Sep 21:08
aaaa377

Choose a tag to compare

Changes:

  • Fallback to site name when title is empty in mirrored tags (243)

v2.17.0

05 Jul 22:36
062e4b2

Choose a tag to compare

Changes:

  • Separate RBS files to _internal directory to avoid exposing RBS (237)
  • Added Ruby 3.1 to supported versions, Ruby 2.6 is the minimum supported version (235)

v2.16.0

05 Jul 19:14
5e6dcf7

Choose a tag to compare

Changes:

  • Updated maximum dependency specified in gemspec (Getting Ready for Rails 7)
  • Added RBS type definitions.

v2.15.0

02 Aug 22:31

Choose a tag to compare

Changes:

  • Added Ruby 3.0 to supported versions
  • Ruby 2.5 is now a required minimum version (we dropped official support for Ruby versions older than 2.5 about 8 months ago)
  • Added skip_canonical_links_on_noindex configuration variable that allows to disable canonical links of the pages that are excluded from indexing (214)
  • Added support for itemprop in _ tag for custom tags (203)

Bugfixes:

  • Fixed error "can't modify frozen String" in strip_tags.
  • Fixed Ruby warning about an instance variable that is not initialized.