Skip to content

Commit 074f8ad

Browse files
committed
Changelog update - 0.3.2
1 parent b624d61 commit 074f8ad

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

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

738
### Bug Fixes
@@ -78,3 +109,4 @@
78109
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/commits/main
79110
[0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0
80111
[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1
112+
[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.1...0.3.2

0 commit comments

Comments
 (0)