From 310028e072287bad81d1fd3be242818f2f02aa45 Mon Sep 17 00:00:00 2001 From: CPU_Blanc Date: Wed, 11 Dec 2024 18:32:12 +0000 Subject: [PATCH] chore: bump version to 0.4.0 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- client/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a704d..1e0c378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.4.0] ### Removed - `SCRUBARR_SONARR_PORT` & `SCRUBARR_OMIT_PORT` options and CLI arguments @@ -17,7 +18,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com - All CLI arguments - Use the configuration file or environmental vars in future. Passed CLI arguments (excluding the API key) will be automatically added into a newly generated configuration file on first start up for this minor version - ### Added - Configuration file support - This will default to the XDG specification location for the host OS, or can be overridden with the `X_SCRUBARR_CONFIG` env var. For Docker builds, this will be `/config/settings.json` @@ -70,7 +70,8 @@ env var. For Docker builds, this will be `/config/settings.json` Initial release -[Unreleased]: https://github.com/CPU-Blanc/scrubarr/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/CPU-Blanc/scrubarr/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/CPU-Blanc/scrubarr/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/CPU-Blanc/scrubarr/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/CPU-Blanc/scrubarr/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/CPU-Blanc/scrubarr/compare/v0.2.0...v0.2.1 diff --git a/Cargo.lock b/Cargo.lock index e625903..4733c67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1626,7 +1626,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scrubarr" -version = "0.3.1" +version = "0.4.0" dependencies = [ "clap", "config", diff --git a/client/Cargo.toml b/client/Cargo.toml index 5117d60..70cef2d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrubarr" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies]