Skip to content

Commit 4eab6c8

Browse files
committed
Update version to 1.0.0
1 parent 9749cc3 commit 4eab6c8

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [0.8.1] - 2025-06-06
5+
## [1.0.0] - 2025-06-09
66

77
### Bug Fixes
88

@@ -25,12 +25,14 @@
2525

2626
### Dependency Updates
2727

28+
- Update dependency gradle to v8.14.2 ([#242])
2829
- Update plugin verifier version to 1.386 ([#209])
2930
- Update pluginVerifier version in dependencies and build configuration ([#218])
3031
- Update plugin spotless to v7.0.4 ([#203])
3132
- Update dependency gradle to v8.14.1 ([#188])
3233

3334
[#243]:https://github.com/domaframework/doma-tools-for-intellij/pull/243
35+
[#242]:https://github.com/domaframework/doma-tools-for-intellij/pull/242
3436
[#241]:https://github.com/domaframework/doma-tools-for-intellij/pull/241
3537
[#214]:https://github.com/domaframework/doma-tools-for-intellij/pull/214
3638
[#216]:https://github.com/domaframework/doma-tools-for-intellij/pull/216
@@ -355,4 +357,4 @@
355357
[#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95
356358
[#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96
357359
[#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99
358-
[0.8.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.8.0...0.8.1
360+
[1.0.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.8.0...1.0.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.1
4+
pluginVersion = 1.0.0
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.1"
22+
const val PLUGIN_VERSION = "1.0.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.8.1}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-1.0.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.8.1}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-1.0.0}" />
66

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

0 commit comments

Comments
 (0)