Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
troyready committed Apr 14, 2020
1 parent f4685a7 commit 65a7a6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.6.1] - 2020-04-14
### Fixed
- global variables in hooks are now reloaded between uses to mimic functionality present in `>1.5.0`

Expand Down Expand Up @@ -774,7 +776,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Fix changed CFN parameters not being displayed during `runway plan`.

[Unreleased]: https://github.com/onicagroup/runway/compare/v1.6.0...HEAD
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/onicagroup/runway/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/onicagroup/runway/compare/v1.5.2...v1.6.0
[1.5.2]: https://github.com/onicagroup/runway/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/onicagroup/runway/compare/v1.5.0...v1.5.1
Expand Down
2 changes: 1 addition & 1 deletion runway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
sys.modules['stacker'] = cfngin # shim to remove stacker dependency
sys.modules['stacker.variables'] = variables # shim to support standard variables

__version__ = '1.6.0'
__version__ = '1.6.1'

0 comments on commit 65a7a6b

Please sign in to comment.