We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d866afa + fa949d2 commit 32b86a9Copy full SHA for 32b86a9
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## HEAD (unreleased)
2
3
+## 2.0.0
4
+
5
- Support "endless" oneline method definitions for Ruby 3+ (https://github.com/zombocom/dead_end/pull/80)
6
- Reduce timeout to 1 second (https://github.com/zombocom/dead_end/pull/79)
7
- Logically consecutive lines (such as chained methods are now joined) (https://github.com/zombocom/dead_end/pull/78)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- dead_end (1.2.0)
+ dead_end (2.0.0)
GEM
remote: https://rubygems.org/
lib/dead_end/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DeadEnd
- VERSION = "1.2.0"
+ VERSION = "2.0.0"
end
0 commit comments