|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [0.3.2] - 2025-03-27 |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Add Char type to the condition as a literal ([#56]) |
| 10 | +- Fix:Prevent log file archives from being output to IDEA installation directory ([#57]) |
| 11 | +- Fix: Exclude java.stream.Collector type arguments from code inspection ([#58]) |
| 12 | +- Fix: Set a unique text attribute key ([#59]) |
| 13 | + |
| 14 | +### Maintenance |
| 15 | + |
| 16 | +- Update version reference information 0.3.2 ([#64]) |
| 17 | +- Fixed Plugin Verifier version to 1.383 ([#65]) |
| 18 | +- Force unwrapping a nullable type into a null-safe object ([#48]) |
| 19 | +- Action cache control and refactoring ([#49]) |
| 20 | +- Regular expressions to match tag name format updates ([#45]) |
| 21 | +- Additional control over update log change actions ([#43]) |
| 22 | + |
| 23 | +### Dependency Updates |
| 24 | + |
| 25 | +- Update dependency ch.qos.logback:logback-classic to v1.5.18 ([#60]) |
| 26 | + |
| 27 | +[#56]:https://github.com/domaframework/doma-tools-for-intellij/pull/56 |
| 28 | +[#57]:https://github.com/domaframework/doma-tools-for-intellij/pull/57 |
| 29 | +[#58]:https://github.com/domaframework/doma-tools-for-intellij/pull/58 |
| 30 | +[#59]:https://github.com/domaframework/doma-tools-for-intellij/pull/59 |
| 31 | +[#64]:https://github.com/domaframework/doma-tools-for-intellij/pull/64 |
| 32 | +[#65]:https://github.com/domaframework/doma-tools-for-intellij/pull/65 |
| 33 | +[#48]:https://github.com/domaframework/doma-tools-for-intellij/pull/48 |
| 34 | +[#49]:https://github.com/domaframework/doma-tools-for-intellij/pull/49 |
| 35 | +[#45]:https://github.com/domaframework/doma-tools-for-intellij/pull/45 |
| 36 | +[#43]:https://github.com/domaframework/doma-tools-for-intellij/pull/43 |
| 37 | +[#60]:https://github.com/domaframework/doma-tools-for-intellij/pull/60 |
| 38 | + |
| 39 | + |
5 | 40 | ## [0.3.1] - 2025-03-11 |
6 | 41 |
|
7 | 42 | ### Bug Fixes |
|
78 | 113 | [Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/commits/main |
79 | 114 | [0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0 |
80 | 115 | [0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1 |
| 116 | +[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.1...0.3.2 |
0 commit comments