From 14f3b8603be8d3e7ea3afdff8ed57be4059631e5 Mon Sep 17 00:00:00 2001 From: Drjacky Date: Sun, 27 Oct 2024 04:56:25 +0000 Subject: [PATCH] Release 3.5.7 --- CHANGELOG.md | 9 ++++++++- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7771f..334738c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## [Unreleased] +## [3.5.7] - 2024-10-27 + +### Fixed + +- Support the latest IntelliJ IDEA + ## [3.5.6] - 2024-10-05 ### Fixed @@ -57,7 +63,8 @@ - Right-click on the content of the vector xml file in the IDE Editor - Try to install the node in case of absent based on the OS type -[Unreleased]: https://github.com/Drjacky/Avocado/compare/v3.5.6...HEAD +[Unreleased]: https://github.com/Drjacky/Avocado/compare/v3.5.7...HEAD +[3.5.7]: https://github.com/Drjacky/Avocado/compare/v3.5.6...v3.5.7 [3.5.6]: https://github.com/Drjacky/Avocado/compare/v3.5.5...v3.5.6 [3.5.5]: https://github.com/Drjacky/Avocado/compare/v3.3.3...v3.5.5 [3.3.3]: https://github.com/Drjacky/Avocado/compare/v3.2.2...v3.3.3 diff --git a/gradle.properties b/gradle.properties index 61f71f4..4c2b8a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.drjacky.avocado pluginName = Avocado pluginRepositoryUrl = https://github.com/Drjacky/Avocado # SemVer format -> https://semver.org -pluginVersion = 3.5.6 +pluginVersion = 3.5.7 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223