Skip to content

Commit f54f783

Browse files
author
github-actions
committed
chore(release): v1.10.0
1 parent d0c0905 commit f54f783

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
<!-- next-version -->
44

5+
## v1.10.0 (2025-08-03)
6+
7+
### Bug Fixes
8+
9+
- Fix a lots of problems ([#15](https://github.com/ppmina/Xdata/pull/15),
10+
[`d0c0905`](https://github.com/ppmina/Xdata/commit/d0c09052c1b575405b576585278269ebd15c4b0c))
11+
12+
- Fix syntax errors ([#15](https://github.com/ppmina/Xdata/pull/15),
13+
[`d0c0905`](https://github.com/ppmina/Xdata/commit/d0c09052c1b575405b576585278269ebd15c4b0c))
14+
15+
### Features
16+
17+
- Add four market features(oi, lsratio, funding rate, category)
18+
([#15](https://github.com/ppmina/Xdata/pull/15),
19+
[`d0c0905`](https://github.com/ppmina/Xdata/commit/d0c09052c1b575405b576585278269ebd15c4b0c))
20+
21+
- Improve proxy handling and logging in Binance client
22+
([#15](https://github.com/ppmina/Xdata/pull/15),
23+
[`d0c0905`](https://github.com/ppmina/Xdata/commit/d0c09052c1b575405b576585278269ebd15c4b0c))
24+
25+
526
## v1.9.0 (2025-07-15)
627

728
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "cryptoservice"
7-
version = "1.9.0"
7+
version = "1.10.0"
88
description = "A cryptocurrency trading info package"
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)