Skip to content

Commit 325826a

Browse files
author
github-actions
committed
chore(release): v1.11.0
1 parent 5856e0b commit 325826a

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.11.0 (2025-08-04)
6+
7+
### Bug Fixes
8+
9+
- Fix a lots of problems ([#17](https://github.com/ppmina/Xdata/pull/17),
10+
[`5856e0b`](https://github.com/ppmina/Xdata/commit/5856e0bc2c752877bb329e0d0b42df7dcf94064f))
11+
12+
- Fix a lots of problems
13+
([`e9bcf35`](https://github.com/ppmina/Xdata/commit/e9bcf3581971a0dfef2e3e179b8e1d55adb208ad))
14+
15+
- Fix export problems ([#17](https://github.com/ppmina/Xdata/pull/17),
16+
[`5856e0b`](https://github.com/ppmina/Xdata/commit/5856e0bc2c752877bb329e0d0b42df7dcf94064f))
17+
18+
- Fix syntax errors ([#17](https://github.com/ppmina/Xdata/pull/17),
19+
[`5856e0b`](https://github.com/ppmina/Xdata/commit/5856e0bc2c752877bb329e0d0b42df7dcf94064f))
20+
21+
- Fix syntax errors
22+
([`e9bcf35`](https://github.com/ppmina/Xdata/commit/e9bcf3581971a0dfef2e3e179b8e1d55adb208ad))
23+
24+
### Features
25+
26+
- Add custom start_date and end_date for download ([#17](https://github.com/ppmina/Xdata/pull/17),
27+
[`5856e0b`](https://github.com/ppmina/Xdata/commit/5856e0bc2c752877bb329e0d0b42df7dcf94064f))
28+
29+
- Add four market features(oi, lsratio, funding rate, category)
30+
([#17](https://github.com/ppmina/Xdata/pull/17),
31+
[`5856e0b`](https://github.com/ppmina/Xdata/commit/5856e0bc2c752877bb329e0d0b42df7dcf94064f))
32+
33+
- Add four market features(oi, lsratio, funding rate, category)
34+
([`e9bcf35`](https://github.com/ppmina/Xdata/commit/e9bcf3581971a0dfef2e3e179b8e1d55adb208ad))
35+
36+
- Improve proxy handling and logging in Binance client
37+
([#17](https://github.com/ppmina/Xdata/pull/17),
38+
[`5856e0b`](https://github.com/ppmina/Xdata/commit/5856e0bc2c752877bb329e0d0b42df7dcf94064f))
39+
40+
- Improve proxy handling and logging in Binance client
41+
([`e9bcf35`](https://github.com/ppmina/Xdata/commit/e9bcf3581971a0dfef2e3e179b8e1d55adb208ad))
42+
43+
544
## v1.10.0 (2025-08-03)
645

746
### Bug Fixes

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.10.0"
7+
version = "1.11.0"
88
description = "A cryptocurrency trading info package"
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)