Compare commits
1 Commits
main
...
cuddle-ple
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a47903ac17 |
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.0] - 2025-08-24
|
||||
|
||||
### Added
|
||||
- move also creates parent dir on destination
|
||||
|
||||
## [0.1.2] - 2025-08-08
|
||||
|
||||
### Added
|
||||
|
||||
617
Cargo.lock
generated
617
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.2"
|
||||
version = "0.2.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
noil = { path = "crates/noil" }
|
||||
|
||||
@@ -19,7 +19,7 @@ dotenvy.workspace = true
|
||||
walkdir = "2.5.0"
|
||||
ignore = "0.4.23"
|
||||
blake3 = "1.8.2"
|
||||
rand = "0.10.0"
|
||||
rand = "0.9.2"
|
||||
ansi_term = "0.12.1"
|
||||
shellexpand = "3.1.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user