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.
1 parent a32c625 commit 38d19b1Copy full SHA for 38d19b1
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## HEAD (unreleased)
2
3
+## 1.0.1
4
+
5
- Fix performance issue when evaluating multiple block combinations (https://github.com/zombocom/dead_end/pull/35)
6
7
## 1.0.0
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- dead_end (1.0.0)
+ dead_end (1.0.1)
GEM
remote: https://rubygems.org/
lib/dead_end/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DeadEnd
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments