File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.1] - 2024-03-13
11
+
12
+ ### Fixed
13
+ - Fixed go module path (changed it to tilebox instead of snamber)
14
+
10
15
## [ 0.1.0] - 2024-03-13
11
16
12
17
### Added
13
18
14
19
- Initial release of ` call-in-parallel `
15
20
16
- [ Unreleased ] : https://github.com/tilebox/call-in-parallel/compare/v0.1.0...HEAD
17
- [ 0.1.0 ] : https://github.com/tilebox/call-in-parallel/releases/tag/v0.1.0
21
+ [ Unreleased ] : https://github.com/tilebox/call-in-parallel/compare/v0.1.1...HEAD
22
+ [ Unreleased ] : https://github.com/tilebox/call-in-parallel/compare/v0.1.0...v0.1.1
23
+ [ 0.1.0 ] : https://github.com/tilebox/call-in-parallel/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"time"
13
13
)
14
14
15
- var version = "0.1.0 "
15
+ var version = "0.1.1 "
16
16
17
17
// call-in-parallel runs a given command multiple times in parallel.
18
18
// Example Usage:
You can’t perform that action at this time.
0 commit comments