mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
(improvement)(project) Upgrade Maven version to 0.8.6-SNAPSHOT and add changelog. (#749)
This commit is contained in:
@@ -4,6 +4,14 @@
|
|||||||
- "Breaking Changes" describes any changes that may break existing functionality or cause
|
- "Breaking Changes" describes any changes that may break existing functionality or cause
|
||||||
compatibility issues with previous versions.
|
compatibility issues with previous versions.
|
||||||
|
|
||||||
|
## SuperSonic [0.8.6] - 2024-02-23
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- support view abstraction to Headless.
|
||||||
|
- add the Metric API to Headless and optimizing the Headless API.
|
||||||
|
- add integration tests to Headless.
|
||||||
|
- add TimeCorrector to Chat.
|
||||||
|
|
||||||
## SuperSonic [0.8.4] - 2024-01-19
|
## SuperSonic [0.8.4] - 2024-01-19
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -64,7 +64,7 @@
|
|||||||
<xk.time.version>3.2.4</xk.time.version>
|
<xk.time.version>3.2.4</xk.time.version>
|
||||||
<mockito-inline.version>4.5.1</mockito-inline.version>
|
<mockito-inline.version>4.5.1</mockito-inline.version>
|
||||||
<jsqlparser.version>4.5</jsqlparser.version>
|
<jsqlparser.version>4.5</jsqlparser.version>
|
||||||
<revision>0.8.4-SNAPSHOT</revision>
|
<revision>0.8.6-SNAPSHOT</revision>
|
||||||
<!-- Do not bump spotless plugin version since 2.30.0 is the latest version supports Java 8-->
|
<!-- Do not bump spotless plugin version since 2.30.0 is the latest version supports Java 8-->
|
||||||
<maven.plugin.spotless.version>2.30.0</maven.plugin.spotless.version>
|
<maven.plugin.spotless.version>2.30.0</maven.plugin.spotless.version>
|
||||||
<spotless.python.includes></spotless.python.includes>
|
<spotless.python.includes></spotless.python.includes>
|
||||||
|
|||||||
Reference in New Issue
Block a user