diff --git a/CHANGELOG.md b/CHANGELOG.md index a2da38a..5d9637e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.1.3 + +### Improved + +- Enhanced parallel execution in Source/Fn/Binary/Command/Parallel.rs: + - Leverages `tokio::sync::mpsc` for improved channel communication. + - Refactored for clarity and conciseness. + +### Changed + +- Updated documentation for the Fn function in + Source/Fn/Binary/Command/Parallel.rs: + - Provides a more concise and informative description of the function's + purpose. + - Includes a revised, more practical example of how to use the function. +- Minor code style and formatting adjustments for consistency. + ## 0.1.2 ### Changed diff --git a/Cargo.toml b/Cargo.toml index e9a2a87..97f43ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ description = "🍺 Run —" license = "MIT" name = "prun" repository = "https://github.com/PlayForm/Run.git" -version = "0.1.2" +version = "0.1.3" edition = "2021" include = [ "Source/**/*",