Skip to content

Commit 711700a

Browse files
committed
v1.4.3
1 parent 87a24ea commit 711700a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.4.3] - 2020-02-25
10+
### Fixed
11+
- CFN variable value lookup regression
12+
813
### Added
914
- `RUNWAY_MAX_CONCURRENT_MODULES` configuration via environment variable
1015
- `RUNWAY_MAX_CONCURRENT_REGIONS` configuration via environment variable
@@ -707,7 +712,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
707712
### Changed
708713
- Fix changed CFN parameters not being displayed during `runway plan`.
709714

710-
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.4.2...HEAD
715+
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.4.3...HEAD
716+
[1.4.3]: https://github.com/onicagroup/runway/compare/v1.4.2...v1.4.3
711717
[1.4.2]: https://github.com/onicagroup/runway/compare/v1.4.1...v1.4.2
712718
[1.4.1]: https://github.com/onicagroup/runway/compare/v1.4.0...v1.4.1
713719
[1.4.0]: https://github.com/onicagroup/runway/compare/v1.3.7...v1.4.0

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.4.2'
9+
__version__ = '1.4.3'

0 commit comments

Comments
 (0)