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 62fce0d commit 1bcef7fCopy full SHA for 1bcef7f
Releases
@@ -1,5 +1,10 @@
1
= Daemons Release History
2
3
+== Release 1.4.1: August 26, 2021
4
+
5
+* Fix :proc mode (pass &block explicitly) (thanks to Graham Rogers)
6
+* Fix style of REAMDE.md
7
8
== Release 1.4.0: May 1, 2021
9
10
* Allow for customization which signals are sent to stop process (thanks to philister)
lib/daemons/version.rb
@@ -1,3 +1,3 @@
module Daemons
- VERSION = '1.4.0'
+ VERSION = '1.4.1'
end
0 commit comments