Skip to content

Commit aa34889

Browse files
committed
upd changelog
1 parent 060e020 commit aa34889

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# daemonigo Changelog
22

3+
## v0.3.0 (2014-12-10)
4+
5+
- Added notify_parent example
6+
- Added `daemonigo.StartCommand` function
7+
- Reformatted code to max line width 80 symbols
8+
39

410
## v0.2.0 (2014-10-09)
511

6-
- Added overriding flag.Usage() std function instead of manual creating usage description
12+
- Added overriding flag.Usage() std function instead of manual creating
13+
usage description
714
- Added graceful_http example
815
- Updated godoc for echo_server example
916
- Added changelog
1017

18+
1119
## v0.1.0
1220

1321
Initial release with echo_server example.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
daemonigo
22
=========
33

4-
A simple library to daemonize [Go programming language](http://golang.org/) applications.
4+
A simple library to daemonize [Go programming language](http://golang.org/)
5+
applications.
56

67

78
## Installing

0 commit comments

Comments
 (0)