Skip to content

Commit

Permalink
Remove pluginVersion, add changelog and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcangeli committed Feb 22, 2025
1 parent 56dc5b6 commit bd8efed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd8efed

Please sign in to comment.