Skip to content

Commit 7f056c3

Browse files
committed
v1.5.1
1 parent 0265659 commit 7f056c3

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.5.1] - 2020-03-25
10+
### Changed
11+
- (binary/npm versions only) bumped embedded awacs version to v0.9.8
12+
913
## [1.5.0] - 2020-03-24
1014
### Added
1115
- `runway.cfngin.cfngin.CFNgin` class (can also be imported as `runway.cfngin.CFNgin`)
@@ -753,7 +757,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
753757
### Changed
754758
- Fix changed CFN parameters not being displayed during `runway plan`.
755759

756-
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.5.0...HEAD
760+
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.5.1...HEAD
761+
[1.5.1]: https://github.com/onicagroup/runway/compare/v1.5.0...v1.5.1
757762
[1.5.0]: https://github.com/onicagroup/runway/compare/v1.4.4...v1.5.0
758763
[1.4.4]: https://github.com/onicagroup/runway/compare/v1.4.3...v1.4.4
759764
[1.4.3]: https://github.com/onicagroup/runway/compare/v1.4.2...v1.4.3

Pipfile.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.0'
9+
__version__ = '1.5.1'

0 commit comments

Comments
 (0)