Skip to content

Commit

Permalink
Merge pull request #296 from kpumuk/preparing-2.21.0
Browse files Browse the repository at this point in the history
Preparing 2.21.0 release
  • Loading branch information
kpumuk committed Apr 11, 2024
2 parents 58f412a + 341909b commit ba7f6c2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 261 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,15 @@
# Changelog

## 2.21.0 (Development)
## 2.21.0 (April 11, 2024)

Bugfixes:

- Removed a duplicated `title_tag_attributes` configuration from the initializer ([287](https://github.com/kpumuk/meta-tags/pull/287)).

Changes:

- Ruby older than 3.0 is no longer supported.
- Added `truncate_on_natural_separator` configuration option to the initializer ([287](https://github.com/kpumuk/meta-tags/pull/287)).

## 2.20.0 (December 26, 2023)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.20.0)
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.20.0)
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.20.0)
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.20.0)
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
242 changes: 0 additions & 242 deletions gemfiles/rails_7.2.gemfile.lock

This file was deleted.

14 changes: 1 addition & 13 deletions gemfiles/rails_edge.gemfile.lock
Expand Up @@ -40,7 +40,7 @@ GIT
PATH
remote: ..
specs:
meta-tags (2.20.0)
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down Expand Up @@ -82,16 +82,8 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.21.2)
nokogiri (1.16.3-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.3-arm-linux)
racc (~> 1.4)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86-linux)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
Expand Down Expand Up @@ -229,11 +221,7 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion lib/meta_tags/version.rb
Expand Up @@ -2,6 +2,6 @@

module MetaTags
# Gem version.
VERSION = "2.20.0"
VERSION = "2.21.0"
public_constant :VERSION
end

0 comments on commit ba7f6c2

Please sign in to comment.