Skip to content

Commit d4b3e7a

Browse files
committed
Release 0.8.6
1 parent f030339 commit d4b3e7a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.8.6 (2017-01-26)
2+
3+
- Support destroying subset of stacks [GH-278]
4+
- Update all hooks to use advanced results [GH-285]
5+
- Use sys\_path for hooks and lookups [GH-286]
6+
- Remove last of botocore conns [GH-287]
7+
- Avoid dictionary sharing pollution [GH-293]
8+
19
## 0.8.5 (2016-11-28)
210

311
- Allow `=` in lookup input [GH-251]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup, find_packages
33
import glob
44

5-
VERSION = "0.8.5"
5+
VERSION = "0.8.6"
66

77
src_dir = os.path.dirname(__file__)
88

stacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.5"
1+
__version__ = "0.8.6"

0 commit comments

Comments
 (0)