summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 45d625f13d1fb9f1aa29c84c0f1619bbc53600f9 (plain)
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
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep A Changelog][] and this project adheres to
[Semantic Versioning][].

[Keep A Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

## Unreleased

### Changed

- Updated Nix flake inputs
- Updated Rust dependencies
- Upgraded `sha2` crate
- Added dependency on `digest-io` crate

## [0.1.3] - 2025-08-23

### Added

- Added experimental Nix flake

### Fixed

- Fixed several cosmetic Clippy warnings

## [0.1.2] - 2025-04-10

### Fixed

- Updated parseq (fixes [RUSTSEC-2025-0024](https://rustsec.org/advisories/RUSTSEC-2025-0024))

## [0.1.1] - 2025-01-02

### Changed

- Added license and contribution information to README
- Added `--deny` option example to README
- Described `--json` option more detailed
- Upgraded `itertools` to version `0.14`
- Updated all dependencies

## [0.1.0] - 2024-03-24

### Added

- Added initial implementation
Generated by cgit. See skreutz.com for my tech blog and contact information.