Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
troyready committed Feb 22, 2020
1 parent 276a202 commit b7e7d12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ 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.4.2] - 2020-02-21
### Fixed
- `runway.cfngin.commands.__init__` import of `__version__` through the stacker shim
- `stacker.variables` import error by adding a shim to `runway.variables`
- `stacker.variables` import error by adding a shim to `runway.variables`

## [1.4.1] - 2020-02-20
### Fixed
Expand Down Expand Up @@ -702,7 +704,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.4.1...HEAD
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/onicagroup/runway/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/onicagroup/runway/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/onicagroup/runway/compare/v1.3.7...v1.4.0
[1.3.7]: https://github.com/onicagroup/runway/compare/v1.3.6...v1.3.7
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.4.1'
__version__ = '1.4.2'

0 comments on commit b7e7d12

Please sign in to comment.