Skip to content

Commit bd0d1cf

Browse files
committed
Release v0.15.1
Fixed - Fix Map/Parallel States checking container_runner#status! of finished states (#296) - Fix child workflow mixin tight loop (#297)
1 parent 4737cd6 commit bd0d1cf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.15.1] - 2024-11-21
8+
### Fixed
9+
- Fix Map/Parallel States checking container_runner#status! of finished states ([#296](https://github.com/ManageIQ/floe/pull/296))
10+
- Fix child workflow mixin tight loop ([#297](https://github.com/ManageIQ/floe/pull/297))
11+
712
## [0.15.0] - 2024-10-28
813
### Added
914
- Add WorkflowBase base class for Workflow ([#279](https://github.com/ManageIQ/floe/pull/279))
@@ -267,7 +272,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
267272
### Added
268273
- Initial release
269274

270-
[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.14.0...HEAD
275+
[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.15.1...HEAD
276+
[0.15.1]: https://github.com/ManageIQ/floe/compare/v0.15.0...v0.15.1
277+
[0.15.0]: https://github.com/ManageIQ/floe/compare/v0.14.0...v0.15.0
271278
[0.14.0]: https://github.com/ManageIQ/floe/compare/v0.13.1...v0.14.0
272279
[0.13.1]: https://github.com/ManageIQ/floe/compare/v0.13.0...v0.13.1
273280
[0.13.0]: https://github.com/ManageIQ/floe/compare/v0.12.0...v0.13.0

lib/floe/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Floe
4-
VERSION = "0.15.0"
4+
VERSION = "0.15.1"
55
end

0 commit comments

Comments
 (0)