Skip to content

Commit

Permalink
Merge pull request #79 from Shopify/shioyama/release_2_0_2
Browse files Browse the repository at this point in the history
Prepare for 2.0.2 release
  • Loading branch information
shioyama authored Feb 7, 2023
2 parents 43708fd + 3698ac1 commit ee55e60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## main (unreleased)

## 2.0.2 (2023-02-08)

* [#78](https://github.com/Shopify/deprecation_toolkit/pull/78): Show deprecations without stacktrace. (@shioyama)

## 2.0.1 (2022-11-18)

* [#74](https://github.com/Shopify/deprecation_toolkit/pull/74): Add support for `Rails.application.deprecators`. (@gmcgibbon)
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.1)
deprecation_toolkit (2.0.2)
activesupport (>= 5.2)

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.0.1"
VERSION = "2.0.2"
end

0 comments on commit ee55e60

Please sign in to comment.