File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 1.6.0] - 2020-04-07
810### Fixed
911- lookups are now resolved when using the ` runway envvars ` command
1012- Terraform list parameters from runway.yml will now properly formatted
@@ -770,7 +772,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
770772### Changed
771773- Fix changed CFN parameters not being displayed during ` runway plan ` .
772774
773- [ Unreleased ] : https://github.com/onicagroup/runway/compare/v1.5.2...HEAD
775+ [ Unreleased ] : https://github.com/onicagroup/runway/compare/v1.6.0...HEAD
776+ [ 1.6.0 ] : https://github.com/onicagroup/runway/compare/v1.5.2...v1.6.0
774777[ 1.5.2 ] : https://github.com/onicagroup/runway/compare/v1.5.1...v1.5.2
775778[ 1.5.1 ] : https://github.com/onicagroup/runway/compare/v1.5.0...v1.5.1
776779[ 1.5.0 ] : https://github.com/onicagroup/runway/compare/v1.4.4...v1.5.0
Original file line number Diff line number Diff line change 66sys .modules ['stacker' ] = cfngin # shim to remove stacker dependency
77sys .modules ['stacker.variables' ] = variables # shim to support standard variables
88
9- __version__ = '1.5.2 '
9+ __version__ = '1.6.0 '
You can’t perform that action at this time.
0 commit comments