Skip to content

Commit

Permalink
Version bump to v0.1.0
Browse files Browse the repository at this point in the history
Not really a "bump", but at least it's a first "proper" release.

Everything _SHOULD_ work out-of-the-box (basically at least), here goes
nothing.
  • Loading branch information
mthssdrbrg committed May 6, 2014
1 parent 7d22833 commit 9611b4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ notable differences:
* only tested on Vagrant boxes.
* intended to be used by wrapper cookbooks.

## Status

There has not been a proper release of this cookbook yet, so don't rely on the
version specified in `metadata.rb` right now.
I'd like to get support for `v0.8.1` of Kafka before actually making a proper
release and then start following proper versioning.

## Requirements

This cookbook does not depend on any specific cookbooks, but it requires that
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
license 'Apache 2.0'
description 'Installs and configures a Kafka broker'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0'
version '0.1.0'

recipe 'kafka::source', 'Downloads, compiles and installs Kafka from source releases'
recipe 'kafka::binary', 'Downloads, extracts and installs Kafka from binary releases'
Expand Down

0 comments on commit 9611b4d

Please sign in to comment.