Skip to content

Commit 4323fbf

Browse files
committed
v3.0.0
1 parent bfccfed commit 4323fbf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
## HEAD (unreleased)
22

3+
## 3.0.0
4+
5+
- [Breaking] Remove previously deprecated `require "dead_end/fyi"` interface (https://github.com/zombocom/dead_end/pull/94)
36
- Fix double output bug (https://github.com/zombocom/dead_end/pull/99)
47
- Fix bug causing poor results (fix #95, fix #88) (https://github.com/zombocom/dead_end/pull/96)
5-
- [Breaking] Remove previously deprecated `require "dead_end/fyi"` interface (https://github.com/zombocom/dead_end/pull/94)
68
- DeadEnd is now fired on EVERY syntax error (https://github.com/zombocom/dead_end/pull/94)
79
- Output format changes:
810
- Parse errors emitted per-block rather than for the whole document (https://github.com/zombocom/dead_end/pull/94)

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 (2.0.2)
4+
dead_end (3.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 = "2.0.2"
4+
VERSION = "3.0.0"
55
end

0 commit comments

Comments
 (0)