Skip to content

Commit 5c46c80

Browse files
committed
📝 update CHANGELOG.md
1 parent e0198a9 commit 5c46c80

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

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+
718
## [1.2.9] - 2024-08-22
819

920
### Fixed
@@ -140,7 +151,8 @@
140151
- ORM Code Completion
141152
- SQL to Struct
142153

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
144156
[1.2.9]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.8...v1.2.9
145157
[1.2.8]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.7...v1.2.8
146158
[1.2.7]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.6...v1.2.7

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.maiqingqiang.goormhelper
44
pluginName = Go ORM Helper
55
pluginRepositoryUrl = https://github.com/maiqingqiang/go-orm-helper
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.2.9
7+
pluginVersion = 1.2.10
88

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

0 commit comments

Comments
 (0)