Compare commits
4 Commits
a9b2d4b481
...
v0.0.2
Author | SHA1 | Date | |
---|---|---|---|
41832dead4 | |||
8b1ef0c2cb | |||
688e742f20 | |||
c6dbf5f4ea |
11
CHANGELOG.md
11
CHANGELOG.md
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.2] - 2025-07-01
|
||||
|
||||
### Added
|
||||
- clarify readme
|
||||
- set mit
|
||||
- feat use mit license
|
||||
|
||||
|
||||
### Docs
|
||||
- correct
|
||||
|
||||
## [0.0.1] - 2025-07-01
|
||||
|
||||
### Added
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -88,7 +88,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "noworkers"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"tokio",
|
||||
|
@@ -3,7 +3,8 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
license = "MIT"
|
||||
|
||||
[workspace.dependencies]
|
||||
noworkers = { path = "crates/noworkers" }
|
||||
|
@@ -101,5 +101,9 @@ async fn main() -> anyhow::Result<()> {
|
||||
|
||||
Dual-licensed under **MIT** or **Apache-2.0**.
|
||||
See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) for details.
|
||||
```
|
||||
|
||||
## Contribute
|
||||
|
||||
Simply create an issue here or pr https://github.com/kjuulh/noworkers.git, development happens publicly at: git.front.kjuulh.io/kjuulh/noworkers.
|
||||
|
||||
|
||||
|
@@ -3,7 +3,7 @@ name = "noworkers"
|
||||
edition = "2024"
|
||||
readme = "../../README.md"
|
||||
version.workspace = true
|
||||
license = "MIT or APACHE"
|
||||
license.workspace = true
|
||||
repository = "https://git.front.kjuulh.io/kjuulh/noworkers"
|
||||
authors = ["kjuulh <contact@kasperhermansen.com>"]
|
||||
description = "A small asyncronous worker pool manages thread pool limiting, cancellation and error propogation, inspired by golangs errgroup (requires tokio)"
|
||||
|
Reference in New Issue
Block a user