Skip to content

Commit ed5eb20

Browse files
authored
Version 0.8.1, force users to restart after update. (#98)
1 parent 30e1fa8 commit ed5eb20

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
## [Unreleased]
66

7+
- Reinstate require restart, even though the plugin doesn't technically need it, it avoids issues that a restart would
8+
fix.
9+
710
## 0.8.0 - 2024-12-05
811

912
- Removed json validation of config file

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33
pluginGroup=com.dprint.intellij.plugin
44
pluginName=dprint-intellij-plugin
5-
pluginVersion=0.8.0
5+
pluginVersion=0.8.1
66
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
77
# for insight into build numbers and IntelliJ Platform versions.
88
pluginSinceBuild=241

src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<idea-plugin>
1+
<idea-plugin require-restart="true">
22
<id>com.dprint.intellij.plugin</id>
33
<name>Dprint</name>
44
<vendor>dprint</vendor>

0 commit comments

Comments
 (0)