Skip to content

Commit a7e2d81

Browse files
committed
Version bump v3.0.0
1 parent 2d80957 commit a7e2d81

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ v3.0.0 (TBD)
1818
- Update generator to create assets for pkg/dmg resources
1919
- There's a fancy new logo
2020
- Improved documentation
21+
- Improved test coverage
2122

2223
### Bug fixes
2324

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

3030
v2.0.1 (March 18, 2014)
3131
-----------------------

lib/omnibus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
module Omnibus
19-
VERSION = '2.0.1'
19+
VERSION = '3.0.0'
2020
end

0 commit comments

Comments
 (0)