Skip to content

Commit 956eb40

Browse files
authored
Merge pull request #46 from domaframework/doc/changelog-update-0.3.2
Changelog update - `0.3.2`
2 parents fc54b48 + f4261cf commit 956eb40

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
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+
- 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+
540
## [0.3.1] - 2025-03-11
641

742
### Bug Fixes
@@ -78,3 +113,4 @@
78113
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/commits/main
79114
[0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0
80115
[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

Comments
 (0)