Compare commits
2 Commits
56e2f0266b
...
7ce4ab9db9
Author | SHA1 | Date | |
---|---|---|---|
|
7ce4ab9db9 | ||
8b1ef0c2cb |
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]
|
## [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
|
||||||
|
@ -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]
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user