We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc027a commit 1cce337Copy full SHA for 1cce337
2 files changed
CHANGELOG.md
@@ -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
17
## v1.6.3
18
19
_<sup>released at 2022-12-19 5:57:00 UTC</sup>_
lib/did_you_mean/version.rb
@@ -1,3 +1,3 @@
module DidYouMean
- VERSION = "1.6.3".freeze
+ VERSION = "2.0.0".freeze
end
0 commit comments