Skip to content

Commit

Permalink
Version bump (0.3.2) for a bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbowes committed Mar 16, 2015
1 parent f1461fb commit f0c4f3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,9 +4,11 @@ DaemonKit endures to use semantic versioning, at least since the 0.3.0 release.
Below is a curated list of important changes/fixes/improvements. You can use
GitHub's excellent compare view to get the nitty gritty details.

## 0.4.0 Unreleased
## 0.3.2 2015-03-16

* No longer close IO we don't own when daemonizing. [#85](https://github.com/kennethkalmer/daemon-kit/issues/85)
* Fix missing ERB require. [#89](https://github.com/kennethkalmer/daemon-kit/issues/89)
* Ruby 2.2 compat fix. [#91](https://github.com/kennethkalmer/daemon-kit/issues/91)

## 0.3.1 2014-07-21

Expand Down
2 changes: 1 addition & 1 deletion lib/daemon_kit/version.rb
@@ -1,7 +1,7 @@
module DaemonKit

def version
'0.4.0.dev'
'0.3.2'
end

module_function :version
Expand Down

0 comments on commit f0c4f3b

Please sign in to comment.