Add release metadata and changelog

This commit is contained in:
2025-12-30 11:37:13 -05:00
parent c5b20c252f
commit 03ab8b5abd
3 changed files with 19 additions and 0 deletions

10
CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# Changelog
## 0.1.0 - 2025-12-30
Initial release.
- Radarr-style naming for movies
- TMDb/OMDb providers with caching
- Optional Ollama LLM integration
- Safe defaults (copy, skip on collision)
- Reports (text/json/csv) + sidecars support

View File

@@ -3,6 +3,11 @@ name = "mov-renamarr"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Fast, safe CLI to rename movie files into Radarr-compatible names."
readme = "README.md"
repository = "https://git.44r0n.cc/44r0n7/mov-renamarr.git"
keywords = ["media", "movies", "rename", "radarr", "cli"]
categories = ["command-line-utilities", "filesystem"]
[dependencies]
anyhow = "1.0"

View File

@@ -120,3 +120,7 @@ cargo test
## License :scroll:
MIT (see `LICENSE`).
## Release :bookmark:
- Version: `0.1.0`
- See `CHANGELOG.md` for details.