Skip to content
Snippets Groups Projects
Commit 59018617 authored by Seth Chisamore's avatar Seth Chisamore
Browse files

v1.2.0

parent 634e6f78
No related branches found
No related tags found
No related merge requests found
## 1.2.0 (July 12, 2013)
FEATURES:
* Add `whitelist_file` to software DSL. This allows an individual software
definition to declare files that should be ignored during health checking.
IMPROVEMENTS:
* Raise an exception if a project's dependency is not found.
BUG FIXES:
* Properly load a project's transitive dependencies.
* Ensure a component is only added to a library one time.
## 1.1.1 (July 2, 2013)
 
BUG FIXES:
Loading
Loading
source 'https://rubygems.org'
 
gem 'omnibus', '~> 1.0.0'
gem 'omnibus', '~> 1.2.0'
gem 'omnibus-software', :git => 'git://github.com/opscode/omnibus-software.git', :branch => 'master'
Loading
Loading
@@ -16,5 +16,5 @@
#
 
module Omnibus
VERSION = "1.1.1"
VERSION = "1.2.0"
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