From f4261cf0681365100e675c966e692bdfcd5bec55 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Mar 2025 02:56:30 +0000 Subject: [PATCH] Changelog update - 0.3.2 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b55bbda9..44928596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ ## [Unreleased] +## [0.3.2] - 2025-03-27 + +### Bug Fixes + +- Add Char type to the condition as a literal ([#56]) +- Fix:Prevent log file archives from being output to IDEA installation directory ([#57]) +- Fix: Exclude java.stream.Collector type arguments from code inspection ([#58]) +- Fix: Set a unique text attribute key ([#59]) + +### Maintenance + +- Update version reference information 0.3.2 ([#64]) +- Fixed Plugin Verifier version to 1.383 ([#65]) +- Force unwrapping a nullable type into a null-safe object ([#48]) +- Action cache control and refactoring ([#49]) +- Regular expressions to match tag name format updates ([#45]) +- Additional control over update log change actions ([#43]) + +### Dependency Updates + +- Update dependency ch.qos.logback:logback-classic to v1.5.18 ([#60]) + +[#56]:https://github.com/domaframework/doma-tools-for-intellij/pull/56 +[#57]:https://github.com/domaframework/doma-tools-for-intellij/pull/57 +[#58]:https://github.com/domaframework/doma-tools-for-intellij/pull/58 +[#59]:https://github.com/domaframework/doma-tools-for-intellij/pull/59 +[#64]:https://github.com/domaframework/doma-tools-for-intellij/pull/64 +[#65]:https://github.com/domaframework/doma-tools-for-intellij/pull/65 +[#48]:https://github.com/domaframework/doma-tools-for-intellij/pull/48 +[#49]:https://github.com/domaframework/doma-tools-for-intellij/pull/49 +[#45]:https://github.com/domaframework/doma-tools-for-intellij/pull/45 +[#43]:https://github.com/domaframework/doma-tools-for-intellij/pull/43 +[#60]:https://github.com/domaframework/doma-tools-for-intellij/pull/60 + + ## [0.3.1] - 2025-03-11 ### Bug Fixes @@ -78,3 +113,4 @@ [Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/commits/main [0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0 [0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1 +[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.1...0.3.2