diff --git a/CHANGELOG.md b/CHANGELOG.md index b3dbb37..db85bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. +## [1.1.0] - 2026-03-13 + + + +### Added + +- **cli:** Add global config and multi-inbox support + + +### Fixed + +- Prevent nox from mutating lockfile + + ## [1.0.1] - 2026-03-13 @@ -14,6 +28,11 @@ and this project adheres to Semantic Versioning. - **version:** Read installed package version +### Maintenance + +- Release v1.0.1 + + ## [1.0.0] - 2026-03-12 diff --git a/pyproject.toml b/pyproject.toml index b713524..f66f9bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "renamr" -version = "1.0.1" +version = "1.1.0" description = "CLI tool that renames local files using AI-powered metadata extraction" authors = [ { name = "Silas Pignotti", email = "pignottisilas@gmail.com" } diff --git a/uv.lock b/uv.lock index f4eca01..85196bb 100644 --- a/uv.lock +++ b/uv.lock @@ -1714,7 +1714,7 @@ wheels = [ [[package]] name = "renamr" -version = "1.0.1" +version = "1.1.0" source = { editable = "." } dependencies = [ { name = "litellm" },