Skip to content

Commit a8f9b50

Browse files
committed
Added changelog for 0.2 release
1 parent a092bb6 commit a8f9b50

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Changelog
2+
=========
3+
4+
Version 0.2 (2012-03-09)
5+
------------------------
6+
7+
* Added support for hostname and sysctl (kernel parameters)
8+
* Added support for Redis
9+
* Simplified API for supervisor processes
10+
11+
Version 0.1.1 (2012-02-19)
12+
--------------------------
13+
14+
* Packaging fixes
15+
16+
Version 0.1 (2012-02-19)
17+
------------------------
18+
19+
* Initial release

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ You can specify which base boxes should be used by setting the VAGRANT_BOXES env
100100
You can also use this to manually disable functional tests::
101101

102102
VAGRANT_BOXES='' python -m unittest tests
103+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ def read(filename):
1212

1313
setup(
1414
name='fabtools',
15-
version='0.1.1',
15+
version='0.2',
1616
description='Tools for writing awesome Fabric files',
17-
long_description=read('README.rst'),
17+
long_description=read('README.rst') + read('CHANGELOG.rst'),
1818
author='Ronan Amicel',
1919
author_email='ronan.amicel@gmail.com',
2020
url='http://github.com/ronnix/fabtools',

0 commit comments

Comments
 (0)