File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
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
+
7
12
## [ 0.15.0] - 2024-10-28
8
13
### Added
9
14
- 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/).
267
272
### Added
268
273
- Initial release
269
274
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
271
278
[ 0.14.0 ] : https://github.com/ManageIQ/floe/compare/v0.13.1...v0.14.0
272
279
[ 0.13.1 ] : https://github.com/ManageIQ/floe/compare/v0.13.0...v0.13.1
273
280
[ 0.13.0 ] : https://github.com/ManageIQ/floe/compare/v0.12.0...v0.13.0
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Floe
4
- VERSION = "0.15.0 "
4
+ VERSION = "0.15.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments