From bd8efed99d83b56e65d9125e92bd56677c9089a2 Mon Sep 17 00:00:00 2001 From: Alessandro Arcangeli Date: Sat, 22 Feb 2025 19:00:50 +0100 Subject: [PATCH] Remove pluginVersion, add changelog and update version --- CHANGELOG.md | 14 +++++++++++++- gradle.properties | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ad371..9c9dc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ ## [Unreleased] +# Added + +- The plugin now includes built-in `clang-format` binaries for Windows, Linux, and macOS. +- Added an automated GitHub Action to download the latest `clang-format` binaries. +- The pipeline also generates the schema based on the latest `clang-format` version. + +# Changed + +- Removed `pluginUntilBuild`, allowing the plugin to be installed on all future versions of the IDE + ## [1.1.1] - 2024-11-25 -- add dependency to json plugin +### Fixed + +- Add dependency to json plugin ## [1.1.0] - 2024-11-24 diff --git a/gradle.properties b/gradle.properties index e3d3096..f8e2bda 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.aarcangeli.idea-clang-format pluginName = idea-clang-format pluginRepositoryUrl = https://github.com/aarcangeli/idea-clang-format # SemVer format -> https://semver.org -pluginVersion = 1.1.1 +pluginVersion = 1.2.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 243