|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
5 | | -## [0.6.0] - 2025-04-30 |
| 5 | +## [0.6.0-beta] - 2025-04-30 |
6 | 6 |
|
7 | 7 | ### New Features |
8 | 8 |
|
|
29 | 29 | - Update dependency gradle to v8.14 ([#121]) |
30 | 30 | - Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.19.0 ([#120]) |
31 | 31 |
|
32 | | -[#126]:https://github.com/domaframework/doma-tools-for-intellij/pull/126 |
33 | | -[#117]:https://github.com/domaframework/doma-tools-for-intellij/pull/117 |
34 | | -[#110]:https://github.com/domaframework/doma-tools-for-intellij/pull/110 |
35 | | -[#107]:https://github.com/domaframework/doma-tools-for-intellij/pull/107 |
36 | | -[#128]:https://github.com/domaframework/doma-tools-for-intellij/pull/128 |
37 | | -[#122]:https://github.com/domaframework/doma-tools-for-intellij/pull/122 |
38 | | -[#115]:https://github.com/domaframework/doma-tools-for-intellij/pull/115 |
39 | | -[#102]:https://github.com/domaframework/doma-tools-for-intellij/pull/102 |
40 | | -[#104]:https://github.com/domaframework/doma-tools-for-intellij/pull/104 |
41 | | -[#103]:https://github.com/domaframework/doma-tools-for-intellij/pull/103 |
42 | | -[#109]:https://github.com/domaframework/doma-tools-for-intellij/pull/109 |
43 | | -[#121]:https://github.com/domaframework/doma-tools-for-intellij/pull/121 |
44 | | -[#120]:https://github.com/domaframework/doma-tools-for-intellij/pull/120 |
| 32 | +## [0.6.0] - 2025-04-30 |
| 33 | + |
| 34 | +### New Features |
| 35 | + |
| 36 | +- Add For Item Element Documentation ([#126]) |
| 37 | +- resolution for elements defined in the %for directive ([#117]) |
| 38 | +- File jump in jar ([#110]) |
| 39 | +- Add A reference to the SQL symbol type definer ([#107]) |
| 40 | + |
| 41 | +### Bug Fixes |
| 42 | + |
| 43 | +- Added a condition to output logs only when references are resolved ([#128]) |
| 44 | +- Fix: StringIndexOutOfBoundsException: Range In FileTypeCheck ([#122]) |
| 45 | +- Support reference resolution for bind variables that reference classpath resources within JAR files. ([#115]) |
| 46 | +- Fix:sql formatter second option indent ([#102]) |
| 47 | +- Update changelog command and fix tag sorting in build.gradle.kts ([#104]) |
| 48 | +- Update changelog and improve version handling ([#103]) |
| 49 | + |
| 50 | +### Maintenance |
45 | 51 |
|
| 52 | +- Overwriting a development version with a release version ([#109]) |
| 53 | + |
| 54 | +### Dependency Updates |
| 55 | + |
| 56 | +- Update dependency gradle to v8.14 ([#121]) |
| 57 | +- Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.19.0 ([#120]) |
46 | 58 |
|
47 | 59 | ## [0.5.0] - 2025-04-14 |
48 | 60 |
|
|
169 | 181 | - Rename SQL file directory when renaming Dao |
170 | 182 | - Change Dao package name or SQL file directory configuration when changing configuration |
171 | 183 |
|
172 | | -[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.6.0...HEAD |
173 | | -[0.6.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.5.0...0.6.0 |
174 | | -[0.5.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.4.0...0.5.0 |
175 | | -[0.4.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.2...0.4.0 |
176 | | -[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.1...0.3.2 |
177 | | -[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1 |
| 184 | +[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.6.0-beta...HEAD |
| 185 | +[0.6.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.5.0...v0.6.0 |
| 186 | +[0.6.0-beta]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.6.0...v0.6.0-beta |
| 187 | +[0.5.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.4.0...v0.5.0 |
| 188 | +[0.4.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.2...v0.4.0 |
| 189 | +[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.1...v0.3.2 |
| 190 | +[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...v0.3.1 |
178 | 191 | [0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/commits/v0.3.0 |
179 | 192 | [#10]: https://github.com/domaframework/doma-tools-for-intellij/pull/10 |
180 | 193 | [#102]: https://github.com/domaframework/doma-tools-for-intellij/pull/102 |
| 194 | +[#103]: https://github.com/domaframework/doma-tools-for-intellij/pull/103 |
| 195 | +[#104]: https://github.com/domaframework/doma-tools-for-intellij/pull/104 |
| 196 | +[#107]: https://github.com/domaframework/doma-tools-for-intellij/pull/107 |
| 197 | +[#109]: https://github.com/domaframework/doma-tools-for-intellij/pull/109 |
181 | 198 | [#11]: https://github.com/domaframework/doma-tools-for-intellij/pull/11 |
| 199 | +[#110]: https://github.com/domaframework/doma-tools-for-intellij/pull/110 |
| 200 | +[#115]: https://github.com/domaframework/doma-tools-for-intellij/pull/115 |
| 201 | +[#117]: https://github.com/domaframework/doma-tools-for-intellij/pull/117 |
182 | 202 | [#12]: https://github.com/domaframework/doma-tools-for-intellij/pull/12 |
| 203 | +[#120]: https://github.com/domaframework/doma-tools-for-intellij/pull/120 |
| 204 | +[#121]: https://github.com/domaframework/doma-tools-for-intellij/pull/121 |
| 205 | +[#122]: https://github.com/domaframework/doma-tools-for-intellij/pull/122 |
| 206 | +[#126]: https://github.com/domaframework/doma-tools-for-intellij/pull/126 |
| 207 | +[#128]: https://github.com/domaframework/doma-tools-for-intellij/pull/128 |
183 | 208 | [#20]: https://github.com/domaframework/doma-tools-for-intellij/pull/20 |
184 | 209 | [#21]: https://github.com/domaframework/doma-tools-for-intellij/pull/21 |
185 | 210 | [#24]: https://github.com/domaframework/doma-tools-for-intellij/pull/24 |
|
0 commit comments