Skip to content

Commit 453f1be

Browse files
authored
Merge pull request #17 from ZJKung/chore/bumpVersion1.1.2
fix(recover_order_result): correctly cast qty to int for whole shares
2 parents f9cd0ab + b26a6fd commit 453f1be

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## [1.1.2](https://github.com/fugle-dev/fugle-trade-python/compare/1.1.0...1.1.1) -
3+
4+
### Fixed
5+
- 修正 recover_order_result 沒有正確將整股的qty轉換成int的問題
6+
# Changelog
27
## [1.1.1](https://github.com/fugle-dev/fugle-trade-python/compare/1.1.0...1.1.1) -
38

49
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fugle-trade"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = ""
55
authors = ["Fortuna Intelligence Co., Ltd. <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)