Skip to content

Commit 7f874d7

Browse files
committed
Release 0.5.1
1 parent e7ca116 commit 7f874d7

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## pending
1+
## 0.5.1 (2015-09-08)
2+
3+
- Add info subcommand [GH-73]
4+
- Move namespace into environment [GH-72]
5+
- Simplified basecommand [GH-74]
6+
- Documentation updates [GH-75, GH-77, GH-78]
7+
- aws\_helper removal [GH-79]
8+
- Move VPC to use LOCAL\_PARAMETERS [GH-81]
9+
- Lower default AZ count to 2 [GH-82]
10+
- Allow use of all parameter properties [GH-83]
11+
- Parameter gathering in method [GH-84]
12+
- NoEcho on sensitive parameters in blueprnts [GH-85]
13+
- Version 2 RDS Blueprints [GH-86]
214

315
## 0.5.0 (2015-08-13)
416

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def read(filename):
2626
if __name__ == '__main__':
2727
setup(
2828
name='stacker',
29-
version='0.5.0',
29+
version='0.5.1',
3030
author='Michael Barrett',
3131
author_email='[email protected]',
3232
license="New BSD license",

stacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0'
1+
__version__ = '0.5.1'

0 commit comments

Comments
 (0)