Skip to content

Commit 59f781b

Browse files
committed
Changelog update - 0.3.2
1 parent b2e9d68 commit 59f781b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.3.2] - 2025-03-18
6+
7+
### Bug Fixes
8+
9+
- Fix:Prevent log file archives from being output to IDEA installation directory ([#57])
10+
- Add Char type to the condition as a literal ([#56])
11+
12+
### Maintenance
13+
14+
- Action cache control and refactoring ([#49])
15+
- Force unwrapping a nullable type into a null-safe object ([#48])
16+
- Regular expressions to match tag name format updates ([#45])
17+
- Additional control over update log change actions ([#43])
18+
19+
[#57]:https://github.com/domaframework/doma-tools-for-intellij/pull/57
20+
[#56]:https://github.com/domaframework/doma-tools-for-intellij/pull/56
21+
[#49]:https://github.com/domaframework/doma-tools-for-intellij/pull/49
22+
[#48]:https://github.com/domaframework/doma-tools-for-intellij/pull/48
23+
[#45]:https://github.com/domaframework/doma-tools-for-intellij/pull/45
24+
[#43]:https://github.com/domaframework/doma-tools-for-intellij/pull/43
25+
26+
527
## [0.3.1] - 2025-03-11
628

729
### Bug Fixes
@@ -78,3 +100,4 @@
78100
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/commits/main
79101
[0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0
80102
[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1
103+
[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.1...0.3.2

0 commit comments

Comments
 (0)