Skip to content

Commit

Permalink
remove dependency of chef version
Browse files Browse the repository at this point in the history
  • Loading branch information
sawanoboly committed Dec 21, 2014
1 parent 50a0c7b commit 927edbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog of knife-zero

## v1.1.0

- Upgrade: Remove chef version dependency.

## v1.0.1

- Feature: Support override run-list for zero chef_client.
Expand Down
2 changes: 1 addition & 1 deletion knife-zero.gemspec
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"

spec.add_runtime_dependency "chef", "~> 11.8"
spec.add_runtime_dependency "chef"
end
2 changes: 1 addition & 1 deletion lib/knife-zero/version.rb
@@ -1,6 +1,6 @@
module Knife
module Zero
VERSION = "1.0.1"
VERSION = "1.1.0"
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit 927edbd

Please sign in to comment.