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 c4501ec commit bd107adCopy full SHA for bd107ad
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.5.1](https://github.com/fugle-dev/fugle-trade-python/compare/0.5.0...0.5.1) -
4
+### Fixed
5
+ - 修正 on_close callback 的參數錯誤
6
+
7
8
## [0.5.0](https://github.com/fugle-dev/fugle-trade-python/compare/0.4.0...0.5.0) -
9
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fugle-trade"
-version = "0.5.0"
+version = "0.5.1"
description = ""
authors = ["Fortuna Intelligence Co., Ltd. <[email protected]>"]
license = "MIT"
0 commit comments