Skip to content

Commit

Permalink
Version bump v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Mar 27, 2014
1 parent 2d80957 commit a7e2d81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ v3.0.0 (TBD)
- Update generator to create assets for pkg/dmg resources
- There's a fancy new logo
- Improved documentation
- Improved test coverage

### Bug fixes

- Project generators now include apt/yum as development cookbooks
- Added libc++.1.dylib as a whitelist healthcheck
- Added libgcc_s.so,1 as a whitelist healthcheck on Solaris
- Fix a bug where `extra_package_files` would break FPM
- Improved test coverage
- Project generators now include apt/yum as development cookbooks
- Added libc++.1.dylib as a whitelist healthcheck
- Added libgcc_s.so,1 as a whitelist healthcheck on Solaris
- Fix a bug where `extra_package_files` would break FPM

v2.0.1 (March 18, 2014)
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/omnibus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module Omnibus
VERSION = '2.0.1'
VERSION = '3.0.0'
end

0 comments on commit a7e2d81

Please sign in to comment.