diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 6158aa3f..8c73e864 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,4 +1,4 @@ { "crates/plex-api": "0.0.12", - "crates/plex-cli": "0.0.4" + "crates/plex-cli": "0.0.5" } diff --git a/crates/plex-cli/CHANGELOG.md b/crates/plex-cli/CHANGELOG.md index 3b31821b..2b678045 100644 --- a/crates/plex-cli/CHANGELOG.md +++ b/crates/plex-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.5](https://github.com/worried-networking/plex-api.rs/compare/plex-cli-v0.0.4...plex-cli-v0.0.5) (2026-08-10) + + +### Miscellaneous + +* **deps:** bump all dependencies to latest compatible versions ([bbbf4e9](https://github.com/worried-networking/plex-api.rs/commit/bbbf4e97b3e862b124e6d3f92eb7c0d1b2deb91c)) + ## [0.0.4](https://github.com/andrey-yantsen/plex-api.rs/compare/plex-cli-v0.0.3...plex-cli-v0.0.4) (2025-10-10) diff --git a/crates/plex-cli/Cargo.toml b/crates/plex-cli/Cargo.toml index 6cee22d5..5642beb0 100644 --- a/crates/plex-cli/Cargo.toml +++ b/crates/plex-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plex-cli" -version = "0.0.4" +version = "0.0.5" authors = ["Andrey Yantsen "] edition = "2021" license = "MIT/Apache-2.0"