Skip to content

Commit af097f4

Browse files
committed
feat: version 1.0.8
1 parent 8ba1920 commit af097f4

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
## [Unreleased]
66

7+
## [1.0.8] - 2024-11-26
8+
9+
### Updated
10+
11+
- Don't auto close Watch when throw Exception
12+
- Removes the requirement for struct name to end with "Req" or "Res"
13+
14+
### Fixed
15+
16+
- Uses ProcessBuilder intend of exec command on windows
17+
- Builds error when the blank exists in rootProject.name
18+
- Gets ORM field name [issue#24](https://github.com/oldme-git/GoFrame-Helper/issues/24)
19+
720
## [1.0.7] - 2024-08-08
821

922
### Updated
@@ -112,7 +125,8 @@
112125
- Service file watch
113126
- live template
114127

115-
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.7...HEAD
128+
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.8...HEAD
129+
[1.0.8]: https://github.com/oldme-git/goframe-helper/compare/v1.0.7...v1.0.8
116130
[1.0.7]: https://github.com/oldme-git/goframe-helper/compare/v1.0.6...v1.0.7
117131
[1.0.6]: https://github.com/oldme-git/goframe-helper/compare/v1.0.5...v1.0.6
118132
[1.0.5]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.5

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.7
7+
pluginVersion = 1.0.8
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 222

0 commit comments

Comments
 (0)