diff --git a/CHANGELOG.md b/CHANGELOG.md index 36dbc7c..8dfff69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project doesn't really care for versioning. ## [Unreleased] +## [1.17.0] – 2024-02-12 + ### Changed - Refresh recent projects (see [GH-55]). @@ -263,7 +265,8 @@ and this project doesn't really care for versioning. Initial prototype in Python, with support for Toolbox IDEA CE and WebStorm. -[Unreleased]: https://github.com/swsnr/gnome-search-providers-jetbrains/compare/v1.16.0...HEAD +[Unreleased]: https://github.com/swsnr/gnome-search-providers-jetbrains/compare/v1.17.0...HEAD +[1.17.0]: https://github.com/swsnr/gnome-search-providers-jetbrains/compare/v1.16.0...v1.17.0 [1.16.0]: https://github.com/swsnr/gnome-search-providers-jetbrains/compare/v1.15.0...v1.16.0 [1.15.0]: https://github.com/swsnr/gnome-search-providers-jetbrains/compare/v1.14.0...v1.15.0 [1.14.0]: https://github.com/swsnr/gnome-search-providers-jetbrains/compare/v1.13.0...v1.14.0 diff --git a/Cargo.lock b/Cargo.lock index a7d7978..87f2dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -727,7 +727,7 @@ dependencies = [ [[package]] name = "gnome-search-providers-jetbrains" -version = "1.16.0" +version = "1.17.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e44afd7..4043e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Gnome search providers for recent projects from Jetbrains IDEs" readme = "README.md" homepage = "https://github.com/swsnr/gnome-search-providers-jetbrains" repository = "https://github.com/swsnr/gnome-search-providers-jetbrains" -version = "1.16.0" +version = "1.17.0" license = "MPL-2.0" authors = ["Sebastian Wiesner "] edition = "2021"