Compare commits
2 Commits
ee33b334a4
...
f01f585b9c
Author | SHA1 | Date | |
---|---|---|---|
|
f01f585b9c | ||
6ad7a4705e
|
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.2] - 2025-07-26
|
||||
|
||||
### Docs
|
||||
- add install from crates.io
|
||||
- add description
|
||||
|
||||
### Other
|
||||
- add noil repo
|
||||
|
||||
## [0.0.1] - 2025-07-26
|
||||
|
||||
### Added
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -389,7 +389,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "noil"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
|
@@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
|
||||
[workspace.dependencies]
|
||||
noil = { path = "crates/noil" }
|
||||
|
Reference in New Issue
Block a user