|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
5 | | -## [0.3.1] - 2025-03-11 |
6 | | - |
7 | | -### Bug Fixes |
8 | | - |
9 | | -- Fix: Reference checks for repeated elements in the for directive do not work correctly ([#20]) |
10 | | -- Fix: element type condition checking in DAO argument usage check. ([#21]) |
11 | | - |
12 | | -### Maintenance |
13 | | - |
14 | | -- Fix:Release draft generation is delegated to release-drafter ([#35]) |
15 | | -- Add: Update CHANGELOG.md Action ([#34]) |
16 | | -- Fix: release-raft should only be run on the main branch ([#26]) |
17 | | -- Add Develop Build Number ([#25]) |
18 | | - |
19 | | -### Dependency Updates |
20 | | - |
21 | | -- Revert "Update dependency org.seasar.doma:doma-core to v3.5.1" ([#22]) |
22 | | -- Fix: IntelliJ Platform version upgrades ([#27]) |
23 | | -- Update dependency org.jetbrains.intellij.platform to v2.3.0 ([#10]) |
24 | | -- Change the library version upgrade settings ([#24]) |
25 | | -- Update dependency gradle to v8.13 ([#9]) |
26 | | -- Update dependency ubuntu to v24 ([#12]) |
27 | | -- Update dependency org.seasar.doma:doma-core to v3.5.1 ([#11]) |
28 | | -- Update dependency org.slf4j:slf4j-api to v2.0.17 ([#8]) |
29 | | -- Update dependency ch.qos.logback:logback-classic to v1.5.17 ([#7]) |
30 | | - |
31 | | -[#20]:https://github.com/domaframework/doma-tools-for-intellij/pull/20 |
32 | | -[#21]:https://github.com/domaframework/doma-tools-for-intellij/pull/21 |
33 | | -[#35]:https://github.com/domaframework/doma-tools-for-intellij/pull/35 |
34 | | -[#34]:https://github.com/domaframework/doma-tools-for-intellij/pull/34 |
35 | | -[#26]:https://github.com/domaframework/doma-tools-for-intellij/pull/26 |
36 | | -[#25]:https://github.com/domaframework/doma-tools-for-intellij/pull/25 |
37 | | -[#22]:https://github.com/domaframework/doma-tools-for-intellij/pull/22 |
38 | | -[#27]:https://github.com/domaframework/doma-tools-for-intellij/pull/27 |
39 | | -[#10]:https://github.com/domaframework/doma-tools-for-intellij/pull/10 |
40 | | -[#24]:https://github.com/domaframework/doma-tools-for-intellij/pull/24 |
41 | | -[#9]:https://github.com/domaframework/doma-tools-for-intellij/pull/9 |
42 | | -[#12]:https://github.com/domaframework/doma-tools-for-intellij/pull/12 |
43 | | -[#11]:https://github.com/domaframework/doma-tools-for-intellij/pull/11 |
44 | | -[#8]:https://github.com/domaframework/doma-tools-for-intellij/pull/8 |
45 | | -[#7]:https://github.com/domaframework/doma-tools-for-intellij/pull/7 |
46 | | - |
47 | | - |
48 | 5 | ## [0.3.1] - 2025-03-11 |
49 | 6 |
|
50 | 7 | ### Bug Fixes |
|
0 commit comments