Skip to content

Commit

Permalink
Merge pull request #81 from Shopify/sto/release_2_0_3
Browse files Browse the repository at this point in the history
Prepare for 2.0.3 release
  • Loading branch information
davidstosik authored Feb 10, 2023
2 parents a8a7fd9 + 06a4fd1 commit 6303a3e
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.3 (2023-02-10)

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

## 2.0.2 (2023-02-08)

* [#78](https://github.com/Shopify/deprecation_toolkit/pull/78): Show deprecations without stacktrace. (@shioyama)
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.2)
deprecation_toolkit (2.0.3)
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.2"
VERSION = "2.0.3"
end

0 comments on commit 6303a3e

Please sign in to comment.