Skip to content

Commit

Permalink
Merge pull request #17 from ZJKung/chore/bumpVersion1.1.2
Browse files Browse the repository at this point in the history
fix(recover_order_result): correctly cast qty to int for whole shares
  • Loading branch information
bistin authored Dec 29, 2023
2 parents f9cd0ab + b26a6fd commit 453f1be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## [1.1.2](https://github.com/fugle-dev/fugle-trade-python/compare/1.1.0...1.1.1) -

### Fixed
- 修正 recover_order_result 沒有正確將整股的qty轉換成int的問題
# Changelog
## [1.1.1](https://github.com/fugle-dev/fugle-trade-python/compare/1.1.0...1.1.1) -

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fugle-trade"
version = "1.1.1"
version = "1.1.2"
description = ""
authors = ["Fortuna Intelligence Co., Ltd. <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 453f1be

Please sign in to comment.