diff --git a/CHANGELOG.md b/CHANGELOG.md index b6162d7..ba0f08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.13.0] - 2024-05-07 ### Added @@ -104,6 +104,9 @@ - Initial release +[0.13.0]: https://github.com/tinted-theming/tinty/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/tinted-theming/tinty/compare/v0.11.0...v0.12.0 +[0.11.0]: https://github.com/tinted-theming/tinty/compare/v0.10.1...v0.11.0 [0.10.1]: https://github.com/tinted-theming/tinty/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/tinted-theming/tinty/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/tinted-theming/tinty/compare/v0.8.1...v0.9.0 diff --git a/Cargo.lock b/Cargo.lock index c11ee23..3a78de5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "tinty" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9a7a2b8..bd9b7f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinty" description = "Change the theme of your terminal, text editor and anything else with one command!" -version = "0.12.0" +version = "0.13.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/THIRD_PARTY_LICENSES.md b/THIRD_PARTY_LICENSES.md index 2c75797..37aa477 100644 --- a/THIRD_PARTY_LICENSES.md +++ b/THIRD_PARTY_LICENSES.md @@ -865,8 +865,8 @@ This page lists the licenses of the projects used in cargo-about. #### Used by - [anstream 0.6.11](https://github.com/rust-cli/anstyle.git) -- [anstyle 1.0.6](https://github.com/rust-cli/anstyle.git) - [anstyle-query 1.0.2](https://github.com/rust-cli/anstyle) +- [anstyle 1.0.6](https://github.com/rust-cli/anstyle.git) - [clap 4.5.4](https://github.com/clap-rs/clap) - [colorchoice 1.0.0](https://github.com/rust-cli/anstyle) - [serde_spanned 0.6.5](https://github.com/toml-rs/toml) @@ -1295,8 +1295,8 @@ limitations under the License. #### Used by -- [dirs 5.0.1](https://github.com/soc/dirs-rs) - [dirs-sys 0.4.1](https://github.com/dirs-dev/dirs-sys-rs) +- [dirs 5.0.1](https://github.com/soc/dirs-rs) ``` Apache License @@ -2446,7 +2446,7 @@ according to those terms. #### Used by -- [tinty 0.12.0](https://github.com/tinted-theming/tinty) +- [tinty 0.13.0](https://github.com/tinted-theming/tinty) ``` MIT License