From f1e30057ee40f3bad5d46396825b40e7954dde14 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 17 Nov 2024 16:22:08 +0000 Subject: [PATCH] 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