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 806bb20 commit 949d500Copy full SHA for 949d500
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [0.5.2](https://github.com/fugle-dev/fugle-trade-python/compare/0.5.1...0.5.2) -
4
+### Fixed
5
+ - fugle-trade-core 升級到 0.5.1, 修正 multi-thread 下單時候卡頓
6
+ - 修改 websocket-client 版本需求限制
7
+
8
## [0.5.1](https://github.com/fugle-dev/fugle-trade-python/compare/0.5.0...0.5.1) -
9
### Fixed
10
- 修正 on_close callback 的參數錯誤
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fugle-trade"
-version = "0.5.1"
+version = "0.5.2"
description = ""
authors = ["Fortuna Intelligence Co., Ltd. <[email protected]>"]
license = "MIT"
0 commit comments