We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff76f7 commit cbcc2ceCopy full SHA for cbcc2ce
CHANGELOG.md
@@ -1,5 +1,11 @@
1
TiUP Changelog
2
3
+## [1.15.2] 2024-05-28
4
+
5
+### Improvements
6
7
+- Remove LGPL dependency
8
9
## [1.15.1] 2024-04-11
10
11
### Fixes
pkg/version/version.go
@@ -23,7 +23,7 @@ var (
23
// TiUPVerMinor is the minor version of TiUP
24
TiUPVerMinor = 15
25
// TiUPVerPatch is the patch version of TiUP
26
- TiUPVerPatch = 0
+ TiUPVerPatch = 2
27
// TiUPVerName is an alternative name of the version
28
TiUPVerName = "tiup"
29
// GitHash is the current git commit hash
0 commit comments