|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [2.3.0] - 2025-09-17 |
| 6 | + |
| 7 | +### New Features |
| 8 | + |
| 9 | +- Enable SQL Annotation Conversion Action from DAO Methods and Control SQL File Opening ([#451]) |
| 10 | +- Check Parameter Types for Method Calls in Bind Variables ([#448]) |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +- Fix: Annotation Option Checks Respect Entity Inheritance ([#454]) |
| 15 | +- Fix Multiple Registration Error for SQL File to Annotation Conversion Actions ([#452]) |
| 16 | + |
| 17 | +### Maintenance |
| 18 | + |
| 19 | +- Set Upper Limit for Plugin Support Versions ([#456]) |
| 20 | +- Refactor SQL Formatter Block Relations and Translate Comments ([#444]) |
| 21 | + |
| 22 | +### Dependency Updates |
| 23 | + |
| 24 | +- Update actions/setup-java action to v5 ([#407]) |
| 25 | +- Update dependency org.jetbrains.kotlinx.kover to v0.9.2 ([#455]) |
| 26 | +- Update dependency org.jetbrains.kotlin.jvm to v2.2.20 ([#447]) |
| 27 | +- Update dependency org.jetbrains.intellij.platform to v2.9.0 ([#443]) |
| 28 | + |
| 29 | +[#451]:https://github.com/domaframework/doma-tools-for-intellij/pull/451 |
| 30 | +[#448]:https://github.com/domaframework/doma-tools-for-intellij/pull/448 |
| 31 | +[#454]:https://github.com/domaframework/doma-tools-for-intellij/pull/454 |
| 32 | +[#452]:https://github.com/domaframework/doma-tools-for-intellij/pull/452 |
| 33 | +[#456]:https://github.com/domaframework/doma-tools-for-intellij/pull/456 |
| 34 | +[#444]:https://github.com/domaframework/doma-tools-for-intellij/pull/444 |
| 35 | +[#407]:https://github.com/domaframework/doma-tools-for-intellij/pull/407 |
| 36 | +[#455]:https://github.com/domaframework/doma-tools-for-intellij/pull/455 |
| 37 | +[#447]:https://github.com/domaframework/doma-tools-for-intellij/pull/447 |
| 38 | +[#443]:https://github.com/domaframework/doma-tools-for-intellij/pull/443 |
| 39 | + |
| 40 | + |
5 | 41 | ## [2.2.1] - 2025-09-03 |
6 | 42 |
|
7 | 43 | ### Bug Fixes |
|
538 | 574 | [#103]: https://github.com/domaframework/doma-tools-for-intellij/pull/103 |
539 | 575 | [#102]: https://github.com/domaframework/doma-tools-for-intellij/pull/102 |
540 | 576 | [#10]: https://github.com/domaframework/doma-tools-for-intellij/pull/10 |
| 577 | +[2.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/2.2.1...2.3.0 |
0 commit comments