## [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
