File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.2.10] - 2024-09-29
8
+
9
+ ### Fixed
10
+
11
+ - Fix SQL2Struct copy and paste bug.
12
+ - Fix SQL2Struct comment line break bug.
13
+
14
+ ### Changed
15
+
16
+ - Bump guava
17
+
7
18
## [ 1.2.9] - 2024-08-22
8
19
9
20
### Fixed
140
151
- ORM Code Completion
141
152
- SQL to Struct
142
153
143
- [ Unreleased ] : https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.9...HEAD
154
+ [ Unreleased ] : https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.10...HEAD
155
+ [ 1.2.9 ] : https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.9...v1.2.10
144
156
[ 1.2.9 ] : https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.8...v1.2.9
145
157
[ 1.2.8 ] : https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.7...v1.2.8
146
158
[ 1.2.7 ] : https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.6...v1.2.7
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.github.maiqingqiang.goormhelper
4
4
pluginName = Go ORM Helper
5
5
pluginRepositoryUrl = https://github.com/maiqingqiang/go-orm-helper
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 1.2.9
7
+ pluginVersion = 1.2.10
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 = 232
You can’t perform that action at this time.
0 commit comments