Skip to content

Commit 3298e81

Browse files
author
min
committed
chore: release v1.16.0
1 parent decfd7e commit 3298e81

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

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

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

5+
## v1.16.0 (2025-10-27)
6+
7+
### Features
8+
9+
- new timestampe file and new resampler
10+
- add univ_dic2 and speed up lsr oi fr download and some bug fix
11+
12+
### Fixes
13+
14+
- docs depencies
15+
- release workflow
16+
- docs depencies
17+
- publish changelog
18+
- release workflow file format error
19+
- release workflow file format error
20+
21+
### Refactors
22+
23+
- logging config
24+
- migrate logging system from RichHandler to structlog
25+
26+
### Other Changes
27+
28+
- Release/v1.14.3 ([#20](https://github.com/ppmina/Xdata/pull/20))
29+
- Release/v1.14.0 ([#19](https://github.com/ppmina/Xdata/pull/19))
30+
31+
32+
533
## v1.15.1 (2025-10-19)
634

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

src/cryptoservice/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Cryptocurrency trading bot package."""
22

3-
__version__ = "1.15.1"
3+
__version__ = "1.16.0"
44
__author__ = "Minnn"
55

66
# 可以在这里导出常用的模块,使得用户可以直接从包根导入

0 commit comments

Comments
 (0)