CHANGELOG.md in eco-rake-0.2.6 vs CHANGELOG.md in eco-rake-0.2.7
- old
+ new
@@ -1,19 +1,28 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [0.2.6] - 2024-12-09
+## [0.2.7] - 2024-12-16
### Added
-- `EcoRake::Lib::People::SyncLaunch` new constant `join_files`
- - To specify the integration to use the target folder in raw
- - Which will use all the files with matching pattern within.
+- `EcoRake::Lib::People::SyncLaunch`
+ - New constant `TARGET_NAMESPACE`: to build up the target task based on a different namespace (i.e. not nested).
### Fixed
### Changed
+
+- code tidy up
+
+## [0.2.6] - 2024-12-09
+
+### Added
+
+- `EcoRake::Lib::People::SyncLaunch` new constant `join_files`
+ - To specify the integration to use the target folder in raw
+ - Which will use all the files with matching pattern within.
## [0.2.5] - 2024-10-01
### Added