Skip to content

Commit

Permalink
Added changelog for 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnix committed Mar 8, 2012
1 parent a092bb6 commit a8f9b50
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Changelog
=========

Version 0.2 (2012-03-09)
------------------------

* Added support for hostname and sysctl (kernel parameters)
* Added support for Redis
* Simplified API for supervisor processes

Version 0.1.1 (2012-02-19)
--------------------------

* Packaging fixes

Version 0.1 (2012-02-19)
------------------------

* Initial release
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ You can specify which base boxes should be used by setting the VAGRANT_BOXES env
You can also use this to manually disable functional tests::

VAGRANT_BOXES='' python -m unittest tests

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def read(filename):

setup(
name='fabtools',
version='0.1.1',
version='0.2',
description='Tools for writing awesome Fabric files',
long_description=read('README.rst'),
long_description=read('README.rst') + read('CHANGELOG.rst'),
author='Ronan Amicel',
author_email='[email protected]',
url='http://github.com/ronnix/fabtools',
Expand Down

0 comments on commit a8f9b50

Please sign in to comment.