Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Dec 4, 2024
1 parent dcc027a commit 1cce337
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v2.0.0

_unreleased_

#### 🚨 Breaking Changes

- Removed deprecated constants for Ruby 3.4 (#194)

#### ⭐️ New Features

- Do not include a backtick in error messages and backtraces (#192, https://bugs.ruby-lang.org/issues/16495)

#### 🐞 Bug Fixes

- Do not use #inspect to avoid unexpected performance degradation (bd11eefd6cc724919dd645965856966744a554c6)

## v1.6.3

_<sup>released at 2022-12-19 5:57:00 UTC</sup>_
Expand Down
2 changes: 1 addition & 1 deletion lib/did_you_mean/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DidYouMean
VERSION = "1.6.3".freeze
VERSION = "2.0.0".freeze
end

0 comments on commit 1cce337

Please sign in to comment.