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.1] - 2020-04-14
810### Fixed
911- global variables in hooks are now reloaded between uses to mimic functionality present in ` >1.5.0 `
1012
@@ -774,7 +776,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
774776### Changed
775777- Fix changed CFN parameters not being displayed during ` runway plan ` .
776778
777- [ Unreleased ] : https://github.com/onicagroup/runway/compare/v1.6.0...HEAD
779+ [ Unreleased ] : https://github.com/onicagroup/runway/compare/v1.6.1...HEAD
780+ [ 1.6.1 ] : https://github.com/onicagroup/runway/compare/v1.6.0...v1.6.1
778781[ 1.6.0 ] : https://github.com/onicagroup/runway/compare/v1.5.2...v1.6.0
779782[ 1.5.2 ] : https://github.com/onicagroup/runway/compare/v1.5.1...v1.5.2
780783[ 1.5.1 ] : https://github.com/onicagroup/runway/compare/v1.5.0...v1.5.1
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.6.0 '
9+ __version__ = '1.6.1 '
You can’t perform that action at this time.
0 commit comments