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 0ba65be commit 3297869Copy full SHA for 3297869
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.6.0
4
+date: 2018-10-25
5
+
6
+- Restore support for ruby-1.8.6, fixes #34
7
+- Do not force overwrite wrapper, fixes #33
8
9
## 1.5.0
10
date: 2018-06-25
11
lib/executable-hooks/version.rb
@@ -1,3 +1,3 @@
module ExecutableHooks
- VERSION = "1.5.0"
+ VERSION = "1.6.0"
end
0 commit comments