Skip to content

Commit 6e5a954

Browse files
authored
v1.5 (#204)
1 parent ffb5019 commit 6e5a954

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.5.0] - 2020-03-24
810
### Added
911
- `runway.cfngin.cfngin.CFNgin` class (can also be imported as `runway.cfngin.CFNgin`)
1012
- `runway.cfngin.context.Context.get_session()` method for creating a boto3 session using the correct AWS credentials
@@ -751,7 +753,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
751753
### Changed
752754
- Fix changed CFN parameters not being displayed during `runway plan`.
753755

754-
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.4.4...HEAD
756+
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.5.0...HEAD
757+
[1.5.0]: https://github.com/onicagroup/runway/compare/v1.4.4...v1.5.0
755758
[1.4.4]: https://github.com/onicagroup/runway/compare/v1.4.3...v1.4.4
756759
[1.4.3]: https://github.com/onicagroup/runway/compare/v1.4.2...v1.4.3
757760
[1.4.2]: https://github.com/onicagroup/runway/compare/v1.4.1...v1.4.2

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.4.4'
9+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)