Skip to content

Commit d0bf234

Browse files
committed
v1.5.2
1 parent 499378c commit d0bf234

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.5.2] - 2020-04-02
810
### Fixed
911
- `runway plan` for cfngin modules will now properly resolve output lookups when the original stack did not change or the reference stack is `locked: true`
1012
- `env_var` deployment/module will now work as expected when used with a CFNgin or staticsite module
@@ -760,7 +762,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
760762
### Changed
761763
- Fix changed CFN parameters not being displayed during `runway plan`.
762764

763-
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.5.1...HEAD
765+
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.5.2...HEAD
766+
[1.5.2]: https://github.com/onicagroup/runway/compare/v1.5.1...v1.5.2
764767
[1.5.1]: https://github.com/onicagroup/runway/compare/v1.5.0...v1.5.1
765768
[1.5.0]: https://github.com/onicagroup/runway/compare/v1.4.4...v1.5.0
766769
[1.4.4]: https://github.com/onicagroup/runway/compare/v1.4.3...v1.4.4

runway/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
sys.modules['stacker'] = cfngin # shim to remove stacker dependency
77
sys.modules['stacker.variables'] = variables # shim to support standard variables
88

9-
__version__ = '1.5.1'
9+
__version__ = '1.5.2'

0 commit comments

Comments
 (0)