Skip to content

Commit df03a5a

Browse files
committed
Changelog update - 0.3.2
1 parent 44edd6a commit df03a5a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
## [Unreleased]
44

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+
- Fixed Plugin Verifier version to 1.383 ([#65])
17+
- Force unwrapping a nullable type into a null-safe object ([#48])
18+
- Action cache control and refactoring ([#49])
19+
- Regular expressions to match tag name format updates ([#45])
20+
- Additional control over update log change actions ([#43])
21+
22+
### Dependency Updates
23+
24+
- Update dependency ch.qos.logback:logback-classic to v1.5.18 ([#60])
25+
26+
[#56]:https://github.com/domaframework/doma-tools-for-intellij/pull/56
27+
[#57]:https://github.com/domaframework/doma-tools-for-intellij/pull/57
28+
[#58]:https://github.com/domaframework/doma-tools-for-intellij/pull/58
29+
[#59]:https://github.com/domaframework/doma-tools-for-intellij/pull/59
30+
[#65]:https://github.com/domaframework/doma-tools-for-intellij/pull/65
31+
[#48]:https://github.com/domaframework/doma-tools-for-intellij/pull/48
32+
[#49]:https://github.com/domaframework/doma-tools-for-intellij/pull/49
33+
[#45]:https://github.com/domaframework/doma-tools-for-intellij/pull/45
34+
[#43]:https://github.com/domaframework/doma-tools-for-intellij/pull/43
35+
[#60]:https://github.com/domaframework/doma-tools-for-intellij/pull/60
36+
37+
538
## [0.3.1] - 2025-03-11
639

740
### Bug Fixes
@@ -78,3 +111,4 @@
78111
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/commits/main
79112
[0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0
80113
[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1
114+
[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.1...0.3.2

0 commit comments

Comments
 (0)