Skip to content

Commit 1cce337

Browse files
committed
Bump version to 2.0.0
1 parent dcc027a commit 1cce337

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v2.0.0
2+
3+
_unreleased_
4+
5+
#### 🚨 Breaking Changes
6+
7+
- Removed deprecated constants for Ruby 3.4 (#194)
8+
9+
#### ⭐️ New Features
10+
11+
- Do not include a backtick in error messages and backtraces (#192, https://bugs.ruby-lang.org/issues/16495)
12+
13+
#### 🐞 Bug Fixes
14+
15+
- Do not use #inspect to avoid unexpected performance degradation (bd11eefd6cc724919dd645965856966744a554c6)
16+
117
## v1.6.3
218

319
_<sup>released at 2022-12-19 5:57:00 UTC</sup>_

lib/did_you_mean/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DidYouMean
2-
VERSION = "1.6.3".freeze
2+
VERSION = "2.0.0".freeze
33
end

0 commit comments

Comments
 (0)