Skip to content

Commit 7b52abf

Browse files
committed
chore(version): v0.8.3
* New features 1. build(python): upgrade zcls2 ~= 0.4.4 to zcls2 ~= 0.4.5. 00b7ff9 2. perf(extractor.py): add prefetcher use and update typing hints. 8de4978 * Bug fixes * Breaking changes
1 parent 265f22f commit 7b52abf

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
# CHANGE
33

4+
## v0.8.3
5+
6+
* New features
7+
1. build(python): upgrade zcls2 ~= 0.4.4 to zcls2 ~= 0.4.5. [00b7ff9cb3](https://github.com/zjykzj/SimpleIR/tree/00b7ff9cb3f3f42efca5c30921d2265071622c2a)
8+
2. perf(extractor.py): add prefetcher use and update typing hints. [8de4978f1](https://github.com/zjykzj/SimpleIR/tree/8de4978f141edf01a3f80561e27a07a2f6c43232)
9+
* Bug fixes
10+
* Breaking changes
11+
412
## v0.8.2
513

614
* New features

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 站点名称
2-
site_name: 'SimpleIR(v0.8.2)'
2+
site_name: 'SimpleIR(v0.8.3)'
33
# 仓库链接
44
repo_url: https://github.com/zjykzj/SimpleIR.git
55
# 作者
@@ -13,7 +13,7 @@ site_dir: 'site'
1313
# 额外信息
1414
extra:
1515
# 版本号
16-
version: 0.8.2
16+
version: 0.8.3
1717
# 主题
1818
theme:
1919
# name: 'readthedocs'

simpleir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
@description:
88
"""
99

10-
__version__ = '0.8.2'
10+
__version__ = '0.8.3'

0 commit comments

Comments
 (0)