We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e82548 commit b9d7d22Copy full SHA for b9d7d22
CHANGELOG.md
@@ -1,6 +1,10 @@
1
-## Unreleased
+## 1.2.0rc2 (2018-02-27)
2
3
-- (bugfix) Fix parameter handling for diffs [GH-540]
+- Fix parameter handling for diffs [GH-540]
4
+- Fix an issue where SIGTERM/SIGINT weren't handled immediately [GH-543]
5
+- Log a line when SIGINT/SIGTERM are handled [GH-543]
6
+- Log failed steps at the end of plan execution [GH-543]
7
+- Remove upper bound on boto3 dependency [GH-542]
8
9
## 1.2.0rc1 (2018-02-15)
10
setup.py
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
-VERSION = "1.2.0rc1"
+VERSION = "1.2.0rc2"
src_dir = os.path.dirname(__file__)
stacker/__init__.py
@@ -1 +1 @@
-__version__ = "1.2.0rc1"
+__version__ = "1.2.0rc2"
0 commit comments