From 8229622bad82c77ea8ac3bb335219b1fd8163a93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:06:44 +0000 Subject: [PATCH] chore: release v5.4.7 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fccbac7..c671a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.4.7](https://github.com/GideonBear/jetbrains-toolbox-updater/compare/v5.4.6...v5.4.7) - 2025-11-26 + +### Other + +- *(deps)* update swatinem/rust-cache digest to 779680d ([#31](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/31)) +- *(deps)* update release-plz/action digest to 1efcf74 ([#30](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/30)) +- *(deps)* lock file maintenance ([#29](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/29)) +- *(deps)* update actions/checkout action to v6 ([#28](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/28)) +- *(deps)* update actions/checkout digest to 93cb6ef ([#27](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/27)) +- *(lint_pr)* run on synchronize, and add zizmor ignore ([#26](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/26)) +- *(deps)* update actions/checkout action to v5 ([#24](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/24)) +- *(deps)* lock file maintenance ([#25](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/25)) +- *(deps)* update rust crate freedesktop-desktop-entry to v0.7.19 ([#21](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/21)) +- *(deps)* pin dependencies ([#20](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/20)) +- Add Renovate ([#19](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/19)) +- Enforce conventional commits in PR titles ([#18](https://github.com/GideonBear/jetbrains-toolbox-updater/pull/18)) +- Improve (commented-out) CLI + ## [5.4.6](https://github.com/GideonBear/jetbrains-toolbox-updater/compare/v5.4.5...v5.4.6) - 2025-09-24 ### Other diff --git a/Cargo.lock b/Cargo.lock index ef87ce6..fbebf40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jetbrains-toolbox-updater" -version = "5.4.6" +version = "5.4.7" dependencies = [ "dirs", "freedesktop-desktop-entry", diff --git a/Cargo.toml b/Cargo.toml index 6f5e353..513ab3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jetbrains-toolbox-updater" -version = "5.4.6" +version = "5.4.7" edition = "2021" authors = ["GideonBear"] description = "Application and library that updates JetBrains Toolbox IDE's on demand using some trickery"