From 51650e0603167eac9a774fba18b91c895f50e6c3 Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Sun, 28 Aug 2016 22:39:41 +0700 Subject: [PATCH 1/2] renew contributors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f18fd48..a9a344d 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ func main() { - [Jannick Fahlbusch](https://github.com/jannickfahlbusch) - [TobyZXJ](https://github.com/tobyzxj) - [Pichu Chen](https://github.com/PichuChen) +- [Eric Halpern](https://github.com/ehalpern) All the contributors are welcome. If you would like to be the contributor please accept some rules. - The pull requests will be accepted only in "develop" branch From 49ff71632d18281faad66e97593caa950e07fd5c Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Sun, 28 Aug 2016 22:39:58 +0700 Subject: [PATCH 2/2] Bumped version number to 0.6.1 --- daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.go b/daemon.go index f49e139..f9175cf 100644 --- a/daemon.go +++ b/daemon.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package daemon 0.6.0 for use with Go (golang) services. +Package daemon 0.6.1 for use with Go (golang) services. Package daemon provides primitives for daemonization of golang services. This package is not provide implementation of user daemon,