summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 2391e937908337bbb9543de4ea9358ae110fe1c2 (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
51
52
53
54
55
56
57
58
# Changelog

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

The format is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.1.5] - 2026-06-18

### Changed

* Updated Nix flake inputs
* Updated Rust dependencies
* Upgraded itertools

## [0.1.4] - 2026-04-05

### Changed

* Updated Nix flake inputs
* Updated Rust dependencies
* Upgraded `sha2` crate
* Added dependency on `digest-io` crate
* Added `rust-analyzer` to Nix development shell
* Replaced flake-utils with flake-parts

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