Skip to content

Commit 786d7db

Browse files
authored
Merge pull request #138 from zombocom/3.1.2
v3.1.2
2 parents bb62755 + 2aac1b1 commit 786d7db

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+
## 3.1.2
4+
35
- Fixed internal class AroundBlockScan, minor changes in outputs (https://github.com/zombocom/dead_end/pull/131)
46

57
## 3.1.1

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 (3.1.1)
4+
dead_end (3.1.2)
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 = "3.1.1"
4+
VERSION = "3.1.2"
55
end

0 commit comments

Comments
 (0)