Skip to content
Snippets Groups Projects
Commit e9693a5a authored by Seth Vargo's avatar Seth Vargo
Browse files

Version bump v3.2.0.rc.3

parent d9b63030
No related branches found
No related tags found
No related merge requests found
Omnibus Ruby CHANGELOG
======================
 
v3.2.0.rc.2 (July 17, 2014)
v3.2.0.rc.3 (July 21, 2014)
---------------------------
- Make build commands output during `log.info` instead of `log.debug`
- Refactor Chef Sugar into an includable module, permitting DSL methods in both Software and Project definitions
Loading
Loading
@@ -70,6 +70,7 @@ v3.2.0.rc.2 (July 17, 2014)
- Require `net/http`, `net/https`, and `net/ftp` in the base fetcher module
- Use -R, not -W1 on FreeBSD's compile flags
- Expand all paths relative to the project_root
- Various documentation fixes and updates
 
### Potentially breaking changes
- Merged `Package` and `Artifact` into the same class and updated API - this was considered an **internal** API so it is not a violation of semver
Loading
Loading
Loading
Loading
@@ -15,5 +15,5 @@
#
 
module Omnibus
VERSION = '3.2.0.rc.2'
VERSION = '3.2.0.rc.3'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment