We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03b372 commit 7f4d763Copy full SHA for 7f4d763
2 files changed
CHANGELOG.md
@@ -1,9 +1,15 @@
1
# Changelog
2
+
3
+## [1.2.0](https://github.com/fugle-dev/fugle-trade-python/compare/1.1.2...1.2.0) -
4
5
+### Added
6
+ - order 增加 user-def 欄位
7
8
## [1.1.2](https://github.com/fugle-dev/fugle-trade-python/compare/1.1.0...1.1.1) -
9
10
### Fixed
11
- 修正 recover_order_result 沒有正確將整股的qty轉換成int的問題
-# Changelog
12
13
## [1.1.1](https://github.com/fugle-dev/fugle-trade-python/compare/1.1.0...1.1.1) -
14
15
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fugle-trade"
-version = "1.1.2"
+version = "1.2.0"
description = ""
authors = ["Fortuna Intelligence Co., Ltd. <development@fugle.tw>"]
license = "MIT"
0 commit comments