Skip to content

Commit

Permalink
feat: Support for all future IDE builds (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiLittleCat committed Apr 5, 2023
1 parent de28cfb commit 1ed8116
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# intellij-pangu Changelog

## [Unreleased]
- Support for all future IDE builds [#15](https://github.com/LiLittleCat/intellij-pangu/issues/15)

## [1.2.0] - 2023-03-05
- Fix some issues.
Expand Down Expand Up @@ -33,10 +34,10 @@
- Spacing selected content.
- Spacing whole file.

[Unreleased]: null/compare/v1.2.0...HEAD
[1.2.0]: null/compare/v1.1.3...v1.2.0
[1.1.3]: null/compare/v1.1.2...v1.1.3
[1.1.2]: null/compare/v1.1.1...v1.1.2
[1.1.1]: null/compare/v1.1.0...v1.1.1
[1.1.0]: null/compare/v1.0.0...v1.1.0
[1.0.0]: null/commits/v1.0.0
[Unreleased]: https://github.com/LiLittleCat/intellij-pangu/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/LiLittleCat/intellij-pangu/compare/v1.1.3...v1.2.0
[1.1.3]: https://github.com/LiLittleCat/intellij-pangu/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/LiLittleCat/intellij-pangu/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/LiLittleCat/intellij-pangu/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/LiLittleCat/intellij-pangu/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/LiLittleCat/intellij-pangu/commits/v1.0.0
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
pluginGroup = com.lilittlecat.plugin.intellij-pangu
pluginName = Pangu
# SemVer format -> https://semver.org
pluginVersion = 1.2.0
pluginVersion = 1.2.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 212.4746.92
pluginUntilBuild = 223.*
pluginUntilBuild =

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
Expand Down

0 comments on commit 1ed8116

Please sign in to comment.