Skip to content

Commit

Permalink
Release v0.15.1
Browse files Browse the repository at this point in the history
Fixed
- Fix Map/Parallel States checking container_runner#status! of finished states (#296)
- Fix child workflow mixin tight loop (#297)
  • Loading branch information
agrare committed Nov 21, 2024
1 parent 4737cd6 commit bd0d1cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.15.1] - 2024-11-21
### Fixed
- Fix Map/Parallel States checking container_runner#status! of finished states ([#296](https://github.com/ManageIQ/floe/pull/296))
- Fix child workflow mixin tight loop ([#297](https://github.com/ManageIQ/floe/pull/297))

## [0.15.0] - 2024-10-28
### Added
- Add WorkflowBase base class for Workflow ([#279](https://github.com/ManageIQ/floe/pull/279))
Expand Down Expand Up @@ -267,7 +272,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release

[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.15.1...HEAD
[0.15.1]: https://github.com/ManageIQ/floe/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/ManageIQ/floe/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/ManageIQ/floe/compare/v0.13.1...v0.14.0
[0.13.1]: https://github.com/ManageIQ/floe/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/ManageIQ/floe/compare/v0.12.0...v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion lib/floe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Floe
VERSION = "0.15.0"
VERSION = "0.15.1"
end

0 comments on commit bd0d1cf

Please sign in to comment.