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 e2aeb7e + 34344e5 commit d8af8b6Copy full SHA for d8af8b6
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## HEAD (unreleased)
2
3
+## 1.1.1
4
+
5
- Safer NoMethodError annotation (https://github.com/zombocom/dead_end/pull/48)
6
7
## 1.1.0
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- dead_end (1.1.0)
+ dead_end (1.1.1)
GEM
remote: https://rubygems.org/
@@ -33,4 +33,4 @@ DEPENDENCIES
33
stackprof
34
35
BUNDLED WITH
36
- 2.1.4
+ 2.2.3
lib/dead_end/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DeadEnd
- VERSION = "1.1.0"
+ VERSION = "1.1.1"
end
0 commit comments