Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
- update changelog
  • Loading branch information
jordansissel committed Nov 30, 2012
1 parent 123985f commit f3c9de4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELIST
Expand Up @@ -2,6 +2,11 @@
- Don't include an empty url in rpm spec (#296, #276; patch by Pranay Kanwar)
- Don't require extra parameters if you use --inputs (#278, #297; Patch by
Pranay Kanwar)
- python: supports requirements.txt now for dependency information.
- python: supports pip now. Use '--python-pip path/to/pip' to have fpm use
it instead of easy_install.
- solaris: package building works again (#216, #299, patch by Pierre-Yves
Ritschard)

0.4.23 (November 26, 2012)
- The --directories flag is now recursive when the output package is rpm.
Expand Down
2 changes: 1 addition & 1 deletion lib/fpm/version.rb
@@ -1,3 +1,3 @@
module FPM
VERSION = "0.4.23"
VERSION = "0.4.24"
end

0 comments on commit f3c9de4

Please sign in to comment.