blob: 4beabf1b8bee5ecf314ac1d348d03567e7bd1437 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
---
title: 变更日志
---
## [1.0.5](https://github.com/HydroRoll-Team/infini/compare/v1.0.3...v1.0.4) (2023-10-08)
### BREAKING CHANGES
### FEATURES
* **Docs:** balabla.
* **Rule:** 支持泛型。
### BUG FIX
* **Docs:** balabla.
### CHORE
* **Readme:** 添加了主页介绍。
## [1.0.4](https://github.com/HydroRoll-Team/infini/compare/v1.0.3...v1.0.4) (2023-10-07)
### FEATURES
* **Docs:** 美化 `style`。
* **Deps:** 添加 `reportlab` 依赖,用于以后的 `pdf` 生成。
## [1.0.3](https://github.com/HydroRoll-Team/infini/compare/v1.0.2...v1.0.3) (2023-10-07)
## [1.0.2](https://github.com/HydroRoll-Team/infini/compare/v1.0.1...v1.0.2) (2023-10-07)
### FEATURES
* **Docs:** 优化 `css` 细节。
## [1.0.1](https://github.com/HydroRoll-Team/infini/compare/v0.1.2...v1.0.1) (2023-10-07)
### BUG FIX
* **Docs:** 修复 `Dev` 与 `latest` 分支的错别字。
## [0.1.2](https://github.com/HydroRoll-Team/infini/compare/v0.1.1...v0.1.2) (2023-10-07)
> 同步版本所做的测试。
## [0.1.1](https://github.com/HydroRoll-Team/infini/compare/v0.1.0...v0.1.1) (2023-10-07)
### BUG FIX
* **CLI:** 添加命令行参数解析。
## [0.1.0-rc1](https://github.com/HydroRoll-Team/infini/compare/v0.1.0...v0.1.0-rc1) (2023-10-07)
### CHORE
* **README:** 更新主页介绍的安装指南。
## [0.1.0](https://github.com/HydroRoll-Team/infini/commits/v0.0.1..v0.1.0) (2023-10-07)
### Features
* **CLI** 添加两个命令行名称 `infini` 与 `HRC`。
## [0.0.1](https://github.com/HydroRoll-Team/infini/commits/v0.0.1) (2023-07-04)
### Features
* **__init__:** 添加命令行参数解析。
* **Rule:** 添加 Rule 基类,实现读取指定文件夹下的 python 脚本或 python 包
### BREAKING CHANGE
* **infini:** 添加命令行Path。
|