diff --git a/CHANGELOG.md b/CHANGELOG.md index d9cc64a..24a315b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Transition to `uv` for dependency and virtual environment management + ### Changed - Bump mypy from 1.11.0 to 1.11.1 (by @dependabot in [#102](https://github.com/stumpylog/image-cleaner-action/pull/102)) - Bump ruff from 0.5.5 to 0.6.1 (by @dependabot in [#105](https://github.com/stumpylog/image-cleaner-action/pull/105)) +- Bump mypy from 1.11.1 to 1.13.0 (by @dependabot in [#120](https://github.com/stumpylog/image-cleaner-action/pull/120)) +- Bump ruff from 0.6.1 to 0.7.0 (by @dependabot in [#118](https://github.com/stumpylog/image-cleaner-action/pull/118)) +- Bump httpx from 0.27.0 to 0.27.2 (by @dependabot in [#109](https://github.com/stumpylog/image-cleaner-action/pull/109)) ## [0.8.0] - 2024-07-30