From 40dd33abf1175b38e4ba12d443e476785679238b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:11:01 +0100 Subject: [PATCH] Changelog update - v1.0.0 (#6) Co-authored-by: GitHub Action --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c96c2d..320a551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ ## [Unreleased] +## [1.0.0] - 2024-11-02 + ### Added + - Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) - Language support for `.clang-format` files - Detect indentation style and column limit from `.clang-format` file - Format code using `clang-format` binary - Settings page to configure `clang-format` binary path - Format on save option + +[Unreleased]: https://github.com/aarcangeli/idea-clang-format/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/aarcangeli/idea-clang-format/commits/v1.0.0