Bump the minor version, update history
2 files changed, 25 insertions(+), 1 deletions(-)

M History.rdoc
M lib/strelka.rb
M History.rdoc +24 -0
@@ 1,3 1,27 @@ 
+= Release History for strelka
+
+---
+
+== v0.19.0 [2020-02-05] Mahlon E. Smith <mahlon@martini.nu>
+
+Bugfixes:
+
+- Separate reaping from signal sending (FreeBSD)
+
+Improvements:
+
+- Default devmode to false, requiring it to be explicitly enabled.
+- Remove untainting in preparation for Ruby 3.
+
+
+== v0.18.0 [2019-09-25] Mahlon E. Smith <mahlon@martini.nu>
+
+Bugfixes:
+
+- Add an optional hook to perform arbitrary actions before forking.
+- Make the signal handling for running multiple handlers less naive.
+
+
 == v0.17.0 [2019-09-18] Mahlon E. Smith <mahlon@martini.nu>
 
 Enhancements:

          
M lib/strelka.rb +1 -1
@@ 22,7 22,7 @@ module Strelka
 	extend Loggability
 
 	# Library version constant
-	VERSION = '0.18.0'
+	VERSION = '0.19.0'
 
 	# Version-control revision constant
 	REVISION = %q$Revision$