-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
55 lines (33 loc) · 1.03 KB
/
ChangeLog
File metadata and controls
55 lines (33 loc) · 1.03 KB
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
## [0.5.7] - 2026-03-09
### 🚀 Features
- Handles signals displaying a message before exiting
### 🐛 Bug Fixes
- Limits used tokio features
## [0.5.6] - 2026-02-22
## [0.5.5] - 2026-02-22
## [0.5.4] - 2026-02-09
## [0.5.3] - 2026-01-11
### 🚀 Features
- Adds tests for verify_file() function
### 🐛 Bug Fixes
- Yellow color to indicate that the file hasn't been verified
- Clippy's advice
### 🔨 Tooling
- *(tools)* Adds ct alias for check-typos
### 🚜 Refactor
- Simplifies verify() method
### 📚 Documentation
- *(docs)* Adds timeout optional parameter
## [0.5.2] - 2026-01-02
### 🚀 Features
- *(tools)* Adds git-cliff ChangeLog generation
### 🐛 Bug Fixes
- Clarifies project description
- Moves checksum verification to checksum module
### 🔨 Tooling
- *(tools)* Adds aliases for just invocation
- *(tools)* Uses only rust files from `src/` directory
- *(tools)* Ignores tarpaulin's report in git
- *(tools)* Ignores vendor work for ChangeLog generation
### 🚜 Refactor
- Removes duplicates hashing code