Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CPU-Blanc committed Dec 11, 2024
1 parent a8f75fb commit 310028e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ 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

### Deprecated
- 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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scrubarr"
version = "0.3.1"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 310028e

Please sign in to comment.