Skip to content

Commit a50768d

Browse files
authored
Merge pull request #134 from domaframework/doc/changelog-update-0.6.0
Changelog update - `0.6.0`
2 parents 27e5466 + c906e02 commit a50768d

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

CHANGELOG.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@
2929
- Update dependency gradle to v8.14 ([#121])
3030
- Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.19.0 ([#120])
3131

32+
[#126]:https://github.com/domaframework/doma-tools-for-intellij/pull/126
33+
[#117]:https://github.com/domaframework/doma-tools-for-intellij/pull/117
34+
[#110]:https://github.com/domaframework/doma-tools-for-intellij/pull/110
35+
[#107]:https://github.com/domaframework/doma-tools-for-intellij/pull/107
36+
[#128]:https://github.com/domaframework/doma-tools-for-intellij/pull/128
37+
[#122]:https://github.com/domaframework/doma-tools-for-intellij/pull/122
38+
[#115]:https://github.com/domaframework/doma-tools-for-intellij/pull/115
39+
[#102]:https://github.com/domaframework/doma-tools-for-intellij/pull/102
40+
[#104]:https://github.com/domaframework/doma-tools-for-intellij/pull/104
41+
[#103]:https://github.com/domaframework/doma-tools-for-intellij/pull/103
42+
[#109]:https://github.com/domaframework/doma-tools-for-intellij/pull/109
43+
[#121]:https://github.com/domaframework/doma-tools-for-intellij/pull/121
44+
[#120]:https://github.com/domaframework/doma-tools-for-intellij/pull/120
45+
46+
3247
## [0.5.0] - 2025-04-14
3348

3449
### New Features
@@ -155,28 +170,16 @@
155170
- Change Dao package name or SQL file directory configuration when changing configuration
156171

157172
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.6.0...HEAD
158-
[0.6.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.5.0...v0.6.0
159-
[0.5.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.4.0...v0.5.0
160-
[0.4.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.2...v0.4.0
161-
[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.1...v0.3.2
162-
[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...v0.3.1
173+
[0.6.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.5.0...0.6.0
174+
[0.5.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.4.0...0.5.0
175+
[0.4.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.2...0.4.0
176+
[0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.1...0.3.2
177+
[0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1
163178
[0.3.0]: https://github.com/domaframework/doma-tools-for-intellij/commits/v0.3.0
164179
[#10]: https://github.com/domaframework/doma-tools-for-intellij/pull/10
165180
[#102]: https://github.com/domaframework/doma-tools-for-intellij/pull/102
166-
[#103]: https://github.com/domaframework/doma-tools-for-intellij/pull/103
167-
[#104]: https://github.com/domaframework/doma-tools-for-intellij/pull/104
168-
[#107]: https://github.com/domaframework/doma-tools-for-intellij/pull/107
169-
[#109]: https://github.com/domaframework/doma-tools-for-intellij/pull/109
170181
[#11]: https://github.com/domaframework/doma-tools-for-intellij/pull/11
171-
[#110]: https://github.com/domaframework/doma-tools-for-intellij/pull/110
172-
[#115]: https://github.com/domaframework/doma-tools-for-intellij/pull/115
173-
[#117]: https://github.com/domaframework/doma-tools-for-intellij/pull/117
174182
[#12]: https://github.com/domaframework/doma-tools-for-intellij/pull/12
175-
[#120]: https://github.com/domaframework/doma-tools-for-intellij/pull/120
176-
[#121]: https://github.com/domaframework/doma-tools-for-intellij/pull/121
177-
[#122]: https://github.com/domaframework/doma-tools-for-intellij/pull/122
178-
[#126]: https://github.com/domaframework/doma-tools-for-intellij/pull/126
179-
[#128]: https://github.com/domaframework/doma-tools-for-intellij/pull/128
180183
[#20]: https://github.com/domaframework/doma-tools-for-intellij/pull/20
181184
[#21]: https://github.com/domaframework/doma-tools-for-intellij/pull/21
182185
[#24]: https://github.com/domaframework/doma-tools-for-intellij/pull/24

src/main/kotlin/org/domaframework/doma/intellij/common/PluginUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import com.intellij.ide.plugins.PluginManagerCore
1919
import com.intellij.openapi.extensions.PluginId
2020

2121
const val PLUGIN_ID = "org.domaframework.doma.intellij"
22-
const val PLUGIN_VERSION = "0.6.0-beta"
22+
const val PLUGIN_VERSION = "0.6.0"
2323

2424
open class PluginUtil {
2525
companion object {

src/main/resources/logback-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration scan="true">
33
<property resource="logback.properties" />
44
<property name="LOG_FILE_BASE_DIR" value="${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5-
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.6.0-beta}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.6.0}" />
66

77
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
88
<encoder>

src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration scan="true">
33
<property resource="logback.properties" />
44
<property name="LOG_FILE_BASE_DIR" value="${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5-
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.6.0-beta}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.6.0}" />
66

77
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
88
<encoder>

0 commit comments

Comments
 (0)