Skip to content

Commit

Permalink
misc: bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
knsd committed Mar 26, 2019
1 parent 63b506a commit 2168afe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ daemonize changelog

Here you can see the full list of changes between each daemonize release.

Version 0.4.0
-------------

Released on March 26, 2019

* Allow an action by the master process right before exit, #33
* Make privileged action and exit action a FnOnce, #27

Version 0.3.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "daemonize"
version = "0.3.0"
version = "0.4.0"
license = "MIT/Apache-2.0"
authors = ["Fedor Gogolev <[email protected]>"]
repository = "https://github.com/knsd/daemonize"
Expand Down

0 comments on commit 2168afe

Please sign in to comment.