Skip to content

Commit 32b86a9

Browse files
authored
Merge pull request #81 from zombocom/schneems/v2.0.0
v2.0.0
2 parents d866afa + fa949d2 commit 32b86a9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## HEAD (unreleased)
22

3+
## 2.0.0
4+
35
- Support "endless" oneline method definitions for Ruby 3+ (https://github.com/zombocom/dead_end/pull/80)
46
- Reduce timeout to 1 second (https://github.com/zombocom/dead_end/pull/79)
57
- Logically consecutive lines (such as chained methods are now joined) (https://github.com/zombocom/dead_end/pull/78)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
dead_end (1.2.0)
4+
dead_end (2.0.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/dead_end/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DeadEnd
4-
VERSION = "1.2.0"
4+
VERSION = "2.0.0"
55
end

0 commit comments

Comments
 (0)