Skip to content

Commit

Permalink
chore(master): 🔖 release 1.8.0 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 2, 2024
1 parent 7554ba4 commit 831ce39
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.0"
".": "1.8.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.8.0](https://github.com/AnzhiZhang/ChatHub/compare/v1.7.0...v1.8.0) (2024-10-02)


### Features

* **qq:** ✨ prioritize the use of group cards ([#32](https://github.com/AnzhiZhang/ChatHub/issues/32)) ([8b96456](https://github.com/AnzhiZhang/ChatHub/commit/8b96456a77bef737f9cee3b99f33ec1ff9559d38))


### Bug Fixes

* 🩹 add null check ([f2411ae](https://github.com/AnzhiZhang/ChatHub/commit/f2411aea1537a1aaa94e50e3628790cd4cf01ca9))
* 🩹 thread names ([99b4cf7](https://github.com/AnzhiZhang/ChatHub/commit/99b4cf75db9561e17b3f17d2555d10b74519a43d))
* **qq:** 🐛 fix websocket connection with invalid path ([92d7208](https://github.com/AnzhiZhang/ChatHub/commit/92d720889f348335ad48eb40514a3a5089254d2c))
* **qq:** 🩹 fix QQAPI action name ([c11e134](https://github.com/AnzhiZhang/ChatHub/commit/c11e134734bab16c6d8203c2c385b177be99b9aa))


### Performance Improvements

* 🧵 thread management (resolve [#27](https://github.com/AnzhiZhang/ChatHub/issues/27)) ([7554ba4](https://github.com/AnzhiZhang/ChatHub/commit/7554ba46359022d9d64f329d6355e048f3b71692))

## [1.7.0](https://github.com/AnzhiZhang/ChatHub/compare/v1.6.0...v1.7.0) (2024-07-27)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.zhanganzhi.chathub</groupId>
<artifactId>ChatHub</artifactId>
<!-- x-release-please-start-version -->
<version>1.7.0</version>
<version>1.8.0</version>
<!-- x-release-please-end -->

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/zhanganzhi/chathub/ChatHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
id = "chathub",
name = "ChatHub",
// x-release-please-start-version
version = "1.7.0",
version = "1.8.0",
// x-release-please-end
url = "https://github.com/AnzhiZhang/ChatHub",
description = "Chat hub for servers under velocity proxy",
Expand Down

0 comments on commit 831ce39

Please sign in to comment.