Skip to content

Commit

Permalink
Prepare v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed Nov 20, 2023
1 parent c374f14 commit 8219141
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## main (unreleased)

## 2.0.4 (2023-11-20)

* [#90](https:/Shopify/deprecation_toolkit/pull/90) & [#93](https:/Shopify/deprecation_toolkit/pull/93): Stop using deprecated behavior from Active Support. (@etiennebarrie)
* [#91](https:/Shopify/deprecation_toolkit/pull/91): Require necessary Active Support core extension. (@etiennebarrie)

## 2.0.3 (2023-02-10)

* [#80](https:/Shopify/deprecation_toolkit/pull/80): Filter out stack trace from Gem::Deprecate deprecation messages
* [#80](https:/Shopify/deprecation_toolkit/pull/80): Filter out stack trace from Gem::Deprecate deprecation messages (@davidstosik)

## 2.0.2 (2023-02-08)

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.0.3)
deprecation_toolkit (2.0.4)
activesupport (>= 5.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion deprecation_toolkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.files = %x(git ls-files -z).split("\x0").reject do |f|
f.match(%r{^(test)/})
f.match(%r{^(test|spec|\.github|gemfiles)/})
end
spec.require_paths = ["lib"]

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.0.3"
VERSION = "2.0.4"
end

0 comments on commit 8219141

Please sign in to comment.