CHANGELOG.md in floe-0.9.0 vs CHANGELOG.md in floe-0.10.0
- old
+ new
@@ -2,10 +2,23 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [0.10.0] - 2024-04-05
+### Fixed
+- Fix rubocops ([#164](https://github.com/ManageIQ/floe/pull/164))
+- Output should contain errors ([#165](https://github.com/ManageIQ/floe/pull/165))
+
+### Added
+- Add simplecov ([#162](https://github.com/ManageIQ/floe/pull/162))
+- Add ability to pass context on the command line ([#161](https://github.com/ManageIQ/floe/pull/161))
+- Add specs for `Workflow#wait_until`, `#waiting?` ([#166](https://github.com/ManageIQ/floe/pull/166))
+
+### Changed
+- Drop non-standard Error/Cause fields ([#167](https://github.com/ManageIQ/floe/pull/167))
+
## [0.9.0] - 2024-02-19
### Changed
- Default to wait indefinitely ([#157](https://github.com/ManageIQ/floe/pull/157))
- Create docker runners factory and add scheme ([#152](https://github.com/ManageIQ/floe/pull/152))
- Add a watch method to Workflow::Runner for event driven updates ([#95](https://github.com/ManageIQ/floe/pull/95))
@@ -134,10 +147,11 @@
## [0.1.0] - 2023-03-13
### Added
- Initial release
-[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.9.0...HEAD
+[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.10.0...HEAD
+[0.10.0]: https://github.com/ManageIQ/floe/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/ManageIQ/floe/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/ManageIQ/floe/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/ManageIQ/floe/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/ManageIQ/floe/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/ManageIQ/floe/compare/v0.5.0...v0.6.0