Skip to content

Commit e770e7f

Browse files
committed
Update Version With Release - 2.1.3-beta
1 parent 2f9e432 commit e770e7f

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22

33
## [Unreleased]
44

5-
## [2.1.2] - 2025-08-22
6-
7-
### Bug Fixes
8-
9-
- Fix Last Column Non Line Break ([#417])
10-
- Fix: SQL Formatter ([#411])
11-
12-
[#417]:https://github.com/domaframework/doma-tools-for-intellij/pull/417
13-
[#411]:https://github.com/domaframework/doma-tools-for-intellij/pull/411
14-
15-
165
## [2.1.2] - 2025-08-22
176

187
### Bug Fixes
@@ -390,6 +379,7 @@
390379
[#48]: https://github.com/domaframework/doma-tools-for-intellij/pull/48
391380
[#45]: https://github.com/domaframework/doma-tools-for-intellij/pull/45
392381
[#43]: https://github.com/domaframework/doma-tools-for-intellij/pull/43
382+
[#417]: https://github.com/domaframework/doma-tools-for-intellij/pull/417
393383
[#411]: https://github.com/domaframework/doma-tools-for-intellij/pull/411
394384
[#396]: https://github.com/domaframework/doma-tools-for-intellij/pull/396
395385
[#394]: https://github.com/domaframework/doma-tools-for-intellij/pull/394
@@ -505,4 +495,3 @@
505495
[#103]: https://github.com/domaframework/doma-tools-for-intellij/pull/103
506496
[#102]: https://github.com/domaframework/doma-tools-for-intellij/pull/102
507497
[#10]: https://github.com/domaframework/doma-tools-for-intellij/pull/10
508-
[2.1.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/2.1.1...2.1.2

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 = 2.1.2
4+
pluginVersion = 2.1.3-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 = "2.1.2"
22+
const val PLUGIN_VERSION = "2.1.3-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:-2.1.2}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.1.3-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:-2.1.2}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.1.3-beta}" />
66

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

0 commit comments

Comments
 (0)