Skip to content

Commit 9493012

Browse files
committed
Update Version With Release - 0.7.1-beta
1 parent b1e4f14 commit 9493012

File tree

5 files changed

+24
-26
lines changed

5 files changed

+24
-26
lines changed

CHANGELOG.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,6 @@
3131
- Update dependency org.jetbrains.kotlin.jvm to v2.1.21 ([#161])
3232
- Update dependency com.google.googlejavaformat:google-java-format to v1.27.0 ([#143])
3333

34-
[#162]:https://github.com/domaframework/doma-tools-for-intellij/pull/162
35-
[#160]:https://github.com/domaframework/doma-tools-for-intellij/pull/160
36-
[#150]:https://github.com/domaframework/doma-tools-for-intellij/pull/150
37-
[#148]:https://github.com/domaframework/doma-tools-for-intellij/pull/148
38-
[#136]:https://github.com/domaframework/doma-tools-for-intellij/pull/136
39-
[#167]:https://github.com/domaframework/doma-tools-for-intellij/pull/167
40-
[#166]:https://github.com/domaframework/doma-tools-for-intellij/pull/166
41-
[#159]:https://github.com/domaframework/doma-tools-for-intellij/pull/159
42-
[#157]:https://github.com/domaframework/doma-tools-for-intellij/pull/157
43-
[#156]:https://github.com/domaframework/doma-tools-for-intellij/pull/156
44-
[#152]:https://github.com/domaframework/doma-tools-for-intellij/pull/152
45-
[#151]:https://github.com/domaframework/doma-tools-for-intellij/pull/151
46-
[#146]:https://github.com/domaframework/doma-tools-for-intellij/pull/146
47-
[#145]:https://github.com/domaframework/doma-tools-for-intellij/pull/145
48-
[#142]:https://github.com/domaframework/doma-tools-for-intellij/pull/142
49-
[#164]:https://github.com/domaframework/doma-tools-for-intellij/pull/164
50-
[#161]:https://github.com/domaframework/doma-tools-for-intellij/pull/161
51-
[#143]:https://github.com/domaframework/doma-tools-for-intellij/pull/143
52-
53-
5434
## [0.6.0] - 2025-04-30
5535

5636
### New Features
@@ -203,7 +183,8 @@
203183
- Rename SQL file directory when renaming Dao
204184
- Change Dao package name or SQL file directory configuration when changing configuration
205185

206-
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.6.0-beta...HEAD
186+
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.7.0...HEAD
187+
[0.7.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.6.0...v0.7.0
207188
[0.6.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.5.0...v0.6.0
208189
[0.5.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.4.0...v0.5.0
209190
[0.4.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.2...v0.4.0
@@ -226,6 +207,24 @@
226207
[#122]: https://github.com/domaframework/doma-tools-for-intellij/pull/122
227208
[#126]: https://github.com/domaframework/doma-tools-for-intellij/pull/126
228209
[#128]: https://github.com/domaframework/doma-tools-for-intellij/pull/128
210+
[#136]: https://github.com/domaframework/doma-tools-for-intellij/pull/136
211+
[#142]: https://github.com/domaframework/doma-tools-for-intellij/pull/142
212+
[#143]: https://github.com/domaframework/doma-tools-for-intellij/pull/143
213+
[#145]: https://github.com/domaframework/doma-tools-for-intellij/pull/145
214+
[#146]: https://github.com/domaframework/doma-tools-for-intellij/pull/146
215+
[#148]: https://github.com/domaframework/doma-tools-for-intellij/pull/148
216+
[#150]: https://github.com/domaframework/doma-tools-for-intellij/pull/150
217+
[#151]: https://github.com/domaframework/doma-tools-for-intellij/pull/151
218+
[#152]: https://github.com/domaframework/doma-tools-for-intellij/pull/152
219+
[#156]: https://github.com/domaframework/doma-tools-for-intellij/pull/156
220+
[#157]: https://github.com/domaframework/doma-tools-for-intellij/pull/157
221+
[#159]: https://github.com/domaframework/doma-tools-for-intellij/pull/159
222+
[#160]: https://github.com/domaframework/doma-tools-for-intellij/pull/160
223+
[#161]: https://github.com/domaframework/doma-tools-for-intellij/pull/161
224+
[#162]: https://github.com/domaframework/doma-tools-for-intellij/pull/162
225+
[#164]: https://github.com/domaframework/doma-tools-for-intellij/pull/164
226+
[#166]: https://github.com/domaframework/doma-tools-for-intellij/pull/166
227+
[#167]: https://github.com/domaframework/doma-tools-for-intellij/pull/167
229228
[#20]: https://github.com/domaframework/doma-tools-for-intellij/pull/20
230229
[#21]: https://github.com/domaframework/doma-tools-for-intellij/pull/21
231230
[#24]: https://github.com/domaframework/doma-tools-for-intellij/pull/24
@@ -269,4 +268,3 @@
269268
[#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95
270269
[#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96
271270
[#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99
272-
[0.7.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.6.0...0.7.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginGroup = org.domaframework.doma.intellij
22
pluginName = Doma Tools for IntelliJ
33
pluginRepositoryUrl = https://github.com/domaframework/doma-tools-for-intellij
4-
pluginVersion = 0.7.0
4+
pluginVersion = 0.7.1-beta
55

66
pluginSinceBuild=231
77

src/main/kotlin/org/domaframework/doma/intellij/common/util/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.7.0"
22+
const val PLUGIN_VERSION = "0.7.1-beta"
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.7.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.7.1-beta}" />
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.7.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.7.1-beta}" />
66

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

0 commit comments

Comments
 (0)