File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.0.7] - 2024-08-08
8
+
9
+ ### Updated
10
+
11
+ - Support 242.*
12
+
13
+ ### Fixed
14
+
15
+ - LiveTemplate: gf-srv-crud
16
+
7
17
## [ 1.0.6] - 2024-04-05
8
18
9
19
### Updated
102
112
- Service file watch
103
113
- live template
104
114
105
- [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.6...HEAD
115
+ [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.7...HEAD
116
+ [ 1.0.7 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.6...v1.0.7
106
117
[ 1.0.6 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.5...v1.0.6
107
118
[ 1.0.5 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.5
108
119
[ 1.0.4 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.4
109
120
[ 1.0.3 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
110
121
[ 1.0.2 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
111
122
[ 1.0.1 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
112
123
[ 1.0.0 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-beta...v1.0.0
113
- [ 1.0.0-beta ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
114
124
[ 1.0.0-alpha ] : https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
125
+ [ 1.0.0-beta ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = goframehelper
4
4
pluginName = goframe-helper
5
5
pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 1.0.6
7
+ pluginVersion = 1.0.7
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 222
11
- pluginUntilBuild = 241 .*
11
+ pluginUntilBuild = 242 .*
12
12
13
13
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14
14
platformType = GO
You can’t perform that action at this time.
0 commit comments