From f1e30057ee40f3bad5d46396825b40e7954dde14 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 17 Nov 2024 16:22:08 +0000 Subject: [PATCH 1/2] Changelog update - v0.4.4-stable --- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1587fd0..ac7b958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,16 @@ # RestfulHelper Changelog ## [Unreleased] + +## [0.4.4-stable] - 2024-11-17 + - Support IntelliJ IDEA 2024.3 - Upgrade Kotlin to 2.0.21 - Upgrade org.jetbrains.intellij.platform to 2.1.0 - Upgrade platformVersion to 2024.3 ## [0.4.3-stable] + - Support IntelliJ IDEA 2024.2 - Upgrade Gradle to 8.9 - Upgrade Kotlin to 1.9.24 @@ -17,26 +21,32 @@ - Upgrade Java to 21 ## [0.4.2-stable] + - Support IntelliJ IDEA 2024.1 ## [0.4.0-stable] + - Support IntelliJ IDEA 2023.3 ## [0.3.0-stable] + - Support IntelliJ IDEA 2023.2 - Add module name to location ## [0.2.8-stable] + - Support IntelliJ IDEA 2023.1 - Upgrade Gradle to 8.0.2 - Upgrade org.jetbrains.kotlin.jvm to 1.8.10 - Upgrade org.jetbrains.intellij to 1.13.3 ## [0.2.7-stable] + - Support IntelliJ IDEA 2022.3 - Upgrade org.jetbrains.intellij to 1.10.0 ## [0.2.6-stable] + - Support IntelliJ IDEA 2022.2 - Upgrade Java to 17 - Remove deprecated api @@ -45,26 +55,51 @@ - Upgrade org.jetbrains.changelog to 1.3.1 ## [0.2.5-stable] + - Support IntelliJ IDEA 2022.1 - Upgrade Gradle to 7.4.2 - Upgrade org.jetbrains.intellij to 1.5.2 - Upgrade org.jetbrains.kotlin.jvm to 1.6.20 ## [0.2.4-stable] + - Remove deprecated api - Fix the problem of incorrectly identifying mybatis annotations ## [0.2.2-stable] + - Support IntelliJ IDEA 2021.3 ## [0.2.1-stable] + ### Fix + - Support IntelliJ IDEA higher than 2021.2 ## [0.2.0-stable] + ### Fix + - remove internal api ## [0.1.0-stable.1] + ### Added -- 🎉 release for 2021.2 \ No newline at end of file + +- 🎉 release for 2021.2 + +[Unreleased]: https://github.com/Nayacco/RestfulHelper/compare/v0.4.4-stable...HEAD +[0.4.4-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.4.3-stable...v0.4.4-stable +[0.4.3-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.4.2-stable...v0.4.3-stable +[0.4.2-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.4.0-stable...v0.4.2-stable +[0.4.0-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.3.0-stable...v0.4.0-stable +[0.3.0-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.2.8-stable...v0.3.0-stable +[0.2.8-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.2.7-stable...v0.2.8-stable +[0.2.7-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.2.6-stable...v0.2.7-stable +[0.2.6-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.2.5-stable...v0.2.6-stable +[0.2.5-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.2.4-stable...v0.2.5-stable +[0.2.4-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.2.2-stable...v0.2.4-stable +[0.2.2-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.2.1-stable...v0.2.2-stable +[0.2.1-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.2.0-stable...v0.2.1-stable +[0.2.0-stable]: https://github.com/Nayacco/RestfulHelper/compare/v0.1.0-stable.1...v0.2.0-stable +[0.1.0-stable.1]: https://github.com/Nayacco/RestfulHelper/commits/v0.1.0-stable.1 From 36785e261ca148333ff079c185e5da316d8d8970 Mon Sep 17 00:00:00 2001 From: daejoon Date: Tue, 19 Nov 2024 15:03:19 +0900 Subject: [PATCH 2/2] [#51] Resolve issue-51 - https://github.com/Nayacco/RestfulHelper/issues/51 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7b958..0e148b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +- Resolve [issue-51](https://github.com/Nayacco/RestfulHelper/issues/51) + ## [0.4.4-stable] - 2024-11-17 - Support IntelliJ IDEA 2024.3 diff --git a/gradle.properties b/gradle.properties index 3a59f2b..fe37791 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ pluginGroup = com.github.nayacco.restfulhelper pluginName = RestfulHelper -pluginVersion = 0.4.4-stable +pluginVersion = 0.4.5-stable pluginRepositoryUrl = https://github.com/Nayacco/RestfulHelper # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index e551df3..7cfcb54 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,5 +1,5 @@ - com.github.goldsubmarine.restfulhelper + com.github.nayacco.restfulhelper RestfulHelper Nayacco