Skip to content

Commit 9c2e839

Browse files
committed
Update Version With Release - 1.1.1-beta
1 parent babde6a commit 9c2e839

File tree

5 files changed

+19
-21
lines changed

5 files changed

+19
-21
lines changed

CHANGELOG.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,6 @@
2525
- Update dependency org.jetbrains.intellij.plugins:verifier-cli to v1.388 ([#258])
2626
- Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.19.1 ([#253])
2727

28-
[#257]:https://github.com/domaframework/doma-tools-for-intellij/pull/257
29-
[#247]:https://github.com/domaframework/doma-tools-for-intellij/pull/247
30-
[#272]:https://github.com/domaframework/doma-tools-for-intellij/pull/272
31-
[#266]:https://github.com/domaframework/doma-tools-for-intellij/pull/266
32-
[#255]:https://github.com/domaframework/doma-tools-for-intellij/pull/255
33-
[#273]:https://github.com/domaframework/doma-tools-for-intellij/pull/273
34-
[#270]:https://github.com/domaframework/doma-tools-for-intellij/pull/270
35-
[#269]:https://github.com/domaframework/doma-tools-for-intellij/pull/269
36-
[#275]:https://github.com/domaframework/doma-tools-for-intellij/pull/275
37-
[#274]:https://github.com/domaframework/doma-tools-for-intellij/pull/274
38-
[#271]:https://github.com/domaframework/doma-tools-for-intellij/pull/271
39-
[#258]:https://github.com/domaframework/doma-tools-for-intellij/pull/258
40-
[#253]:https://github.com/domaframework/doma-tools-for-intellij/pull/253
41-
42-
4328
## [1.0.0] - 2025-06-09
4429

4530
### Bug Fixes
@@ -275,7 +260,8 @@
275260
- Rename SQL file directory when renaming DAO
276261
- Change DAO package name or SQL file directory configuration when changing configuration
277262

278-
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.0.0...HEAD
263+
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.1.0...HEAD
264+
[1.1.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.0.0...v1.1.0
279265
[1.0.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.8.0...v1.0.0
280266
[0.8.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.7.0...v0.8.0
281267
[0.7.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.6.0...v0.7.0
@@ -354,9 +340,22 @@
354340
[#241]: https://github.com/domaframework/doma-tools-for-intellij/pull/241
355341
[#242]: https://github.com/domaframework/doma-tools-for-intellij/pull/242
356342
[#243]: https://github.com/domaframework/doma-tools-for-intellij/pull/243
343+
[#247]: https://github.com/domaframework/doma-tools-for-intellij/pull/247
357344
[#25]: https://github.com/domaframework/doma-tools-for-intellij/pull/25
345+
[#253]: https://github.com/domaframework/doma-tools-for-intellij/pull/253
346+
[#255]: https://github.com/domaframework/doma-tools-for-intellij/pull/255
347+
[#257]: https://github.com/domaframework/doma-tools-for-intellij/pull/257
348+
[#258]: https://github.com/domaframework/doma-tools-for-intellij/pull/258
358349
[#26]: https://github.com/domaframework/doma-tools-for-intellij/pull/26
350+
[#266]: https://github.com/domaframework/doma-tools-for-intellij/pull/266
351+
[#269]: https://github.com/domaframework/doma-tools-for-intellij/pull/269
359352
[#27]: https://github.com/domaframework/doma-tools-for-intellij/pull/27
353+
[#270]: https://github.com/domaframework/doma-tools-for-intellij/pull/270
354+
[#271]: https://github.com/domaframework/doma-tools-for-intellij/pull/271
355+
[#272]: https://github.com/domaframework/doma-tools-for-intellij/pull/272
356+
[#273]: https://github.com/domaframework/doma-tools-for-intellij/pull/273
357+
[#274]: https://github.com/domaframework/doma-tools-for-intellij/pull/274
358+
[#275]: https://github.com/domaframework/doma-tools-for-intellij/pull/275
360359
[#34]: https://github.com/domaframework/doma-tools-for-intellij/pull/34
361360
[#35]: https://github.com/domaframework/doma-tools-for-intellij/pull/35
362361
[#43]: https://github.com/domaframework/doma-tools-for-intellij/pull/43
@@ -394,4 +393,3 @@
394393
[#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95
395394
[#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96
396395
[#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99
397-
[1.1.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/1.0.0...1.1.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 = 1.1.0
4+
pluginVersion = 1.1.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 = "1.1.0"
22+
const val PLUGIN_VERSION = "1.1.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:-1.1.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-1.1.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:-1.1.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-1.1.1-beta}" />
66

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

0 commit comments

Comments
 (0)