Skip to content

Commit a246d76

Browse files
committed
feat: update version to 1.0.7
1 parent c8a81e8 commit a246d76

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
## [Unreleased]
66

7+
## [1.0.7] - 2024-08-08
8+
9+
### Updated
10+
11+
- Support 242.*
12+
13+
### Fixed
14+
15+
- LiveTemplate: gf-srv-crud
16+
717
## [1.0.6] - 2024-04-05
818

919
### Updated
@@ -102,13 +112,14 @@
102112
- Service file watch
103113
- live template
104114

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
106117
[1.0.6]: https://github.com/oldme-git/goframe-helper/compare/v1.0.5...v1.0.6
107118
[1.0.5]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.5
108119
[1.0.4]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.4
109120
[1.0.3]: https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
110121
[1.0.2]: https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
111122
[1.0.1]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
112123
[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
114124
[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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = goframehelper
44
pluginName = goframe-helper
55
pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.6
7+
pluginVersion = 1.0.7
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 222
11-
pluginUntilBuild = 241.*
11+
pluginUntilBuild = 242.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = GO

0 commit comments

Comments
 (0)