We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4f6bf commit b4a91b3Copy full SHA for b4a91b3
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Omnibus Ruby CHANGELOG
2
======================
3
4
+v2.0.1 (March 18, 2014)
5
+-----------------------
6
+- Fix the name of the `pkg` artifact created on OSX
7
+- Fix new Rubocop warnings
8
+- Update generated `Gemfile` to use Omnibus 2.0
9
+- Switch to using Test Kitchen for generated build labs
10
+
11
v2.0.0 (March, 12, 2014)
12
------------------------
13
Major changes:
lib/omnibus/version.rb
@@ -16,5 +16,5 @@
16
#
17
18
module Omnibus
19
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
20
end
0 commit comments