Skip to content

Commit 9d08348

Browse files
Release v0.1.1
1 parent 61e73d9 commit 9d08348

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2024-03-13
11+
12+
### Fixed
13+
- Fixed go module path (changed it to tilebox instead of snamber)
14+
1015
## [0.1.0] - 2024-03-13
1116

1217
### Added
1318

1419
- Initial release of `call-in-parallel`
1520

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

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"time"
1313
)
1414

15-
var version = "0.1.0"
15+
var version = "0.1.1"
1616

1717
// call-in-parallel runs a given command multiple times in parallel.
1818
// Example Usage:

0 commit comments

Comments
 (0)