Skip to content

Commit 9753237

Browse files
author
github-actions
committed
chore(release): v1.6.0
1 parent 99f0d7d commit 9753237

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.6.0 (2025-06-12)
6+
7+
### Bug Fixes
8+
9+
- Change default export path structure ([#9](https://github.com/ppmina/Xdata/pull/9),
10+
[`99f0d7d`](https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078))
11+
12+
- Enhance universe definition and market data service ([#9](https://github.com/ppmina/Xdata/pull/9),
13+
[`99f0d7d`](https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078))
14+
15+
- Fix date to ts in storagedb ([#9](https://github.com/ppmina/Xdata/pull/9),
16+
[`99f0d7d`](https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078))
17+
18+
- Fix pytest ([#9](https://github.com/ppmina/Xdata/pull/9),
19+
[`99f0d7d`](https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078))
20+
21+
- Fix some olg bugs ([#9](https://github.com/ppmina/Xdata/pull/9),
22+
[`99f0d7d`](https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078))
23+
24+
- Make three demo working fine ([#9](https://github.com/ppmina/Xdata/pull/9),
25+
[`99f0d7d`](https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078))
26+
27+
- Readme to latest ([#9](https://github.com/ppmina/Xdata/pull/9),
28+
[`99f0d7d`](https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078))
29+
30+
### Features
31+
32+
- New feature( universe define and download data) ([#9](https://github.com/ppmina/Xdata/pull/9),
33+
[`99f0d7d`](https://github.com/ppmina/Xdata/commit/99f0d7d571531f70c263b4a908abf2aada9c2078))
34+
35+
536
## v0.5.0 (2025-03-22)
637

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

0 commit comments

Comments
 (0)