Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Feb 5, 2024
1 parent 820a0bb commit 18d0727
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## main (unreleased)

## 2.2.0 (2024-02-05)

* Restore Rails 6.1 compatibility.
* Accept anything that responds to `===` in `Configuration.warnings_treated_as_deprecation`.

## 2.1.0 (2024-01-19)
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:
deprecation_toolkit (2.1.0)
deprecation_toolkit (2.2.0)
activesupport (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/deprecation_toolkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeprecationToolkit
VERSION = "2.1.0"
VERSION = "2.2.0"
end

0 comments on commit 18d0727

Please sign in to comment.