-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70f914c
commit de6a6ad
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# Changelog | ||
|
||
## [1.0.2](https://github.com/fugle-dev/fugle-marketdata-python/compare/1.0.1...1.0.2) (2023-11-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* wording in docs and tweak import path ([3eeecbb](https://github.com/fugle-dev/fugle-marketdata-python/commit/3eeecbbc14514606c75968b1c797c086bce22c45)) | ||
|
||
## [1.0.1](https://github.com/fugle-dev/fugle-marketdata-python/compare/b0bbb3ba12026fcd82b20f6da4242ffc0c306133...1.0.1) (2023-08-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fix on close error ([7e17736](https://github.com/fugle-dev/fugle-marketdata-python/commit/7e17736e476c32c58187e79b485772881bb316fc)) | ||
* fix on close error ([7e17736](https://github.com/fugle-dev/fugle-marketdata-python/commit/7e17736e476c32c58187e79b485772881bb316fc)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "fugle-marketdata" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
description = "Fugle Realtime API 1.0 client library for Python" | ||
authors = ["Fortuna Intelligence Co., Ltd. <[email protected]>"] | ||
license = "MIT" | ||
|