CHANGELOG.md in eco-rake-0.2.3 vs CHANGELOG.md in eco-rake-0.2.4

- old
+ new

@@ -1,15 +1,33 @@ # Change Log All notable changes to this project will be documented in this file. -## [0.2.4] - 2024-08-22 +## [0.2.4] - 2024-09-xx ### Added ### Fixed ### Changed + +## [0.2.4] - 2024-09-05 + +### Added + +- `EcoRake::Shell::Command#sh_exit_on_fail` + - It exists when the command failed. + - This requires that any notification is handled by the logic of the command that was invoked itself. + - Please observe that using this approach could miss a notification. + +### Changed + +- `EcoRake::Lib::Peope::SyncLaunch#process_full_file` + - `people_get` won't raise a `RunTimeError` but just exit with status `1` +- `EcoRake::Lib::Task::RunnerRely#task` + - `command` won't raise a `RunTimeError` but just exit with status `1` +- `EcoRake::Lib::Files::Sftp#task` + - `sftp_command` won't raise a `RunTimeError` but just exit with status `1` ## [0.2.3] - 2024-08-22 ### Fixed