Skip to content

Commit 706f5ef

Browse files
actions-userxterao
authored andcommitted
Changelog update - 0.3.1
1 parent 4c194e9 commit 706f5ef

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,47 @@
4545
[#7]:https://github.com/domaframework/doma-tools-for-intellij/pull/7
4646

4747

48+
## [0.3.1] - 2025-03-11
49+
50+
### Bug Fixes
51+
52+
- Fix: Reference checks for repeated elements in the for directive do not work correctly ([#20])
53+
- Fix: element type condition checking in DAO argument usage check. ([#21])
54+
55+
### Maintenance
56+
57+
- Fix:Release draft generation is delegated to release-drafter ([#35])
58+
- Add: Update CHANGELOG.md Action ([#34])
59+
- Fix: release-raft should only be run on the main branch ([#26])
60+
- Add Develop Build Number ([#25])
61+
62+
### Dependency Updates
63+
64+
- Fix: IntelliJ Platform version upgrades ([#27])
65+
- Update dependency org.jetbrains.intellij.platform to v2.3.0 ([#10])
66+
- Change the library version upgrade settings ([#24])
67+
- Update dependency gradle to v8.13 ([#9])
68+
- Update dependency ubuntu to v24 ([#12])
69+
- Update dependency org.seasar.doma:doma-core to v3.5.1 ([#11])
70+
- Update dependency org.slf4j:slf4j-api to v2.0.17 ([#8])
71+
- Update dependency ch.qos.logback:logback-classic to v1.5.17 ([#7])
72+
73+
[#20]:https://github.com/domaframework/doma-tools-for-intellij/pull/20
74+
[#21]:https://github.com/domaframework/doma-tools-for-intellij/pull/21
75+
[#35]:https://github.com/domaframework/doma-tools-for-intellij/pull/35
76+
[#34]:https://github.com/domaframework/doma-tools-for-intellij/pull/34
77+
[#26]:https://github.com/domaframework/doma-tools-for-intellij/pull/26
78+
[#25]:https://github.com/domaframework/doma-tools-for-intellij/pull/25
79+
[#27]:https://github.com/domaframework/doma-tools-for-intellij/pull/27
80+
[#10]:https://github.com/domaframework/doma-tools-for-intellij/pull/10
81+
[#24]:https://github.com/domaframework/doma-tools-for-intellij/pull/24
82+
[#9]:https://github.com/domaframework/doma-tools-for-intellij/pull/9
83+
[#12]:https://github.com/domaframework/doma-tools-for-intellij/pull/12
84+
[#11]:https://github.com/domaframework/doma-tools-for-intellij/pull/11
85+
[#8]:https://github.com/domaframework/doma-tools-for-intellij/pull/8
86+
[#7]:https://github.com/domaframework/doma-tools-for-intellij/pull/7
87+
88+
4889
## [0.3.0] - 2025-03-07
4990

5091
### Dao Support Features
@@ -79,4 +120,4 @@
79120

80121
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/commits/main
81122
[0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0
82-
[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...v0.3.1
123+
[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1

0 commit comments

Comments
 (0)