Skip to content

Commit 65a7a6b

Browse files
committed
v1.6.1
1 parent f4685a7 commit 65a7a6b

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.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

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.6.0'
9+
__version__ = '1.6.1'

0 commit comments

Comments
 (0)