Skip to content

Commit

Permalink
Tag 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Nov 29, 2010
1 parent 7d3eff6 commit 1db7b57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,13 @@
Little Chef Change Log
======================

Version 0.3.3 November 29, 2010
-----------------------------------------
* NEW: mynode.json won't contain littlechef fields anymore if you don't use an IP
* NEW: When configuring all nodes, if node configuration fails abort
* FIX: Importing littlechef.py was failing for one particular case


Version 0.3.2 November 19, 2010
-----------------------------------------
* NEW: Show what cookbooks are being uploaded to a node
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup
setup(
name = "littlechef",
version = "0.3.2",
version = "0.3.3",
description = "Cook with Chef without a Chef Server",
author = "Miquel Torres",
author_email = "tobami@googlemail.com",
Expand Down

0 comments on commit 1db7b57

Please sign in to comment.