Compare commits

...

2 Commits

Author SHA1 Message Date
cuddle-please
7ce4ab9db9 chore(release): 0.0.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-07-01 14:02:30 +00:00
8b1ef0c2cb feat: clarify readme
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-01 16:02:05 +02:00
3 changed files with 17 additions and 2 deletions

View File

@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.0.2] - 2025-07-01
### Added
- clarify readme
- set mit
- feat use mit license
### Docs
- correct
## [0.0.1] - 2025-07-01 ## [0.0.1] - 2025-07-01
### Added ### Added

View File

@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "0.0.1" version = "0.0.2"
license = "MIT" license = "MIT"
[workspace.dependencies] [workspace.dependencies]

View File

@ -101,5 +101,9 @@ async fn main() -> anyhow::Result<()> {
Dual-licensed under **MIT** or **Apache-2.0**. Dual-licensed under **MIT** or **Apache-2.0**.
See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) for details. 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.