File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version -->
44
5+ ## v1.14.2 (2025-10-14)
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+ - remove error lock
15+ - release workflow file format error
16+ - release workflow file format error
17+
18+ ### Other Changes
19+
20+ - Release/v1.14.0 ([ #19 ] ( https://github.com/ppmina/Xdata/pull/19 ) )
21+
22+
23+
524## v1.14.0 (2025-10-09)
625
726### Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " cryptoservice"
7- version = " 1.14.0 "
7+ version = " 1.14.2 "
88description = " A cryptocurrency trading info package"
99readme = " README.md"
1010requires-python = " >=3.10,<3.13"
Original file line number Diff line number Diff line change 11"""Cryptocurrency trading bot package."""
22
3- __version__ = "1.14.0 "
3+ __version__ = "1.14.2 "
44__author__ = "Minnn"
55
66# 可以在这里导出常用的模块,使得用户可以直接从包根导入
You can’t perform that action at this time.
0 commit comments