Skip to content

Commit d0e4d1e

Browse files
committed
Update Version With Release - 0.8.1-beta
1 parent ef9b2e8 commit d0e4d1e

File tree

5 files changed

+20
-22
lines changed

5 files changed

+20
-22
lines changed

CHANGELOG.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,6 @@
2727
- Update dependency com.pinterest.ktlint:ktlint-cli to v1.6.0 ([#177])
2828
- Update plugin org.gradle.toolchains.foojay-resolver-convention to v1 ([#178])
2929

30-
[#185]:https://github.com/domaframework/doma-tools-for-intellij/pull/185
31-
[#175]:https://github.com/domaframework/doma-tools-for-intellij/pull/175
32-
[#181]:https://github.com/domaframework/doma-tools-for-intellij/pull/181
33-
[#200]:https://github.com/domaframework/doma-tools-for-intellij/pull/200
34-
[#199]:https://github.com/domaframework/doma-tools-for-intellij/pull/199
35-
[#196]:https://github.com/domaframework/doma-tools-for-intellij/pull/196
36-
[#195]:https://github.com/domaframework/doma-tools-for-intellij/pull/195
37-
[#193]:https://github.com/domaframework/doma-tools-for-intellij/pull/193
38-
[#180]:https://github.com/domaframework/doma-tools-for-intellij/pull/180
39-
[#184]:https://github.com/domaframework/doma-tools-for-intellij/pull/184
40-
[#173]:https://github.com/domaframework/doma-tools-for-intellij/pull/173
41-
[#172]:https://github.com/domaframework/doma-tools-for-intellij/pull/172
42-
[#177]:https://github.com/domaframework/doma-tools-for-intellij/pull/177
43-
[#178]:https://github.com/domaframework/doma-tools-for-intellij/pull/178
44-
45-
4630
## [0.7.0] - 2025-05-15
4731

4832
### New Features
@@ -224,7 +208,8 @@
224208
- Rename SQL file directory when renaming Dao
225209
- Change Dao package name or SQL file directory configuration when changing configuration
226210

227-
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.7.0...HEAD
211+
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.8.0...HEAD
212+
[0.8.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.7.0...v0.8.0
228213
[0.7.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.6.0...v0.7.0
229214
[0.6.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.5.0...v0.6.0
230215
[0.5.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.4.0...v0.5.0
@@ -266,7 +251,21 @@
266251
[#164]: https://github.com/domaframework/doma-tools-for-intellij/pull/164
267252
[#166]: https://github.com/domaframework/doma-tools-for-intellij/pull/166
268253
[#167]: https://github.com/domaframework/doma-tools-for-intellij/pull/167
254+
[#172]: https://github.com/domaframework/doma-tools-for-intellij/pull/172
255+
[#173]: https://github.com/domaframework/doma-tools-for-intellij/pull/173
256+
[#175]: https://github.com/domaframework/doma-tools-for-intellij/pull/175
257+
[#177]: https://github.com/domaframework/doma-tools-for-intellij/pull/177
258+
[#178]: https://github.com/domaframework/doma-tools-for-intellij/pull/178
259+
[#180]: https://github.com/domaframework/doma-tools-for-intellij/pull/180
260+
[#181]: https://github.com/domaframework/doma-tools-for-intellij/pull/181
261+
[#184]: https://github.com/domaframework/doma-tools-for-intellij/pull/184
262+
[#185]: https://github.com/domaframework/doma-tools-for-intellij/pull/185
263+
[#193]: https://github.com/domaframework/doma-tools-for-intellij/pull/193
264+
[#195]: https://github.com/domaframework/doma-tools-for-intellij/pull/195
265+
[#196]: https://github.com/domaframework/doma-tools-for-intellij/pull/196
266+
[#199]: https://github.com/domaframework/doma-tools-for-intellij/pull/199
269267
[#20]: https://github.com/domaframework/doma-tools-for-intellij/pull/20
268+
[#200]: https://github.com/domaframework/doma-tools-for-intellij/pull/200
270269
[#21]: https://github.com/domaframework/doma-tools-for-intellij/pull/21
271270
[#24]: https://github.com/domaframework/doma-tools-for-intellij/pull/24
272271
[#25]: https://github.com/domaframework/doma-tools-for-intellij/pull/25
@@ -309,4 +308,3 @@
309308
[#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95
310309
[#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96
311310
[#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99
312-
[0.8.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.7.0...0.8.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.8.0
4+
pluginVersion = 0.8.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.8.0"
22+
const val PLUGIN_VERSION = "0.8.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.8.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.8.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.8.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.8.1-beta}" />
66

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

0 commit comments

Comments
 (0)