1 Commits

Author SHA1 Message Date
cuddle-please
a47903ac17 chore(release): 0.2.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-08-24 15:48:48 +00:00
4 changed files with 209 additions and 417 deletions

View File

@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.2.0] - 2025-08-24
### Added
- move also creates parent dir on destination
## [0.1.2] - 2025-08-08 ## [0.1.2] - 2025-08-08
### Added ### Added

617
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "0.1.2" version = "0.2.0"
[workspace.dependencies] [workspace.dependencies]
noil = { path = "crates/noil" } noil = { path = "crates/noil" }

View File

@@ -19,7 +19,7 @@ dotenvy.workspace = true
walkdir = "2.5.0" walkdir = "2.5.0"
ignore = "0.4.23" ignore = "0.4.23"
blake3 = "1.8.2" blake3 = "1.8.2"
rand = "0.10.0" rand = "0.9.2"
ansi_term = "0.12.1" ansi_term = "0.12.1"
shellexpand = "3.1.1" shellexpand = "3.1.1"