Skip to content

Commit 5093d4d

Browse files
committed
v1.0.3
1 parent f96426f commit 5093d4d

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.0.3] - 2024-01-07
8+
9+
### Added
10+
11+
- i18n code completion
12+
13+
### Fixed
14+
15+
- File watch not available on Linux/Mac
16+
- There is no "in" in OpenApi tag
17+
- gfapicombo syntax error in live template
18+
719
## [1.0.2] - 2023-12-27
820

921
### Added
@@ -53,9 +65,10 @@
5365
- Service file watch
5466
- live template
5567

56-
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.2...HEAD
68+
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...HEAD
69+
[1.0.3]: https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
5770
[1.0.2]: https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
5871
[1.0.1]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
5972
[1.0.0]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-beta...v1.0.0
60-
[1.0.0-beta]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
6173
[1.0.0-alpha]: https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
74+
[1.0.0-beta]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta

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.2
7+
pluginVersion = 1.0.3
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)