Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 17, 2024
1 parent e15797d commit 57539ab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*",
Expand Down

0 comments on commit 57539ab

Please sign in to comment.