diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-03-25 23:00:23 +0100 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-03-25 23:00:23 +0100 |
| commit | a5495250dc574c3761e83c679b776efeb5e08b70 (patch) | |
| tree | 9cdc5e424f3e0cd95e25d9f164ba780122f9b818 /CHANGELOG.md | |
| parent | 2f1e114bc2f5e31f723c87f68986a92f71b5e50b (diff) | |
| download | brck-a5495250dc574c3761e83c679b776efeb5e08b70.tar.gz | |
Reword changelog entries
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 598e578..52b3fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The format is based on [Keep A Changelog][] and this project adheres to ### Added -- Add experimental Nix flake +- Added experimental Nix flake ### Fixed @@ -24,20 +24,20 @@ The format is based on [Keep A Changelog][] and this project adheres to ### Fixed -- Update parseq. Fixes [RUSTSEC-2025-0024](https://rustsec.org/advisories/RUSTSEC-2025-0024). +- Updated parseq (fixes [RUSTSEC-2025-0024](https://rustsec.org/advisories/RUSTSEC-2025-0024)) ## [0.1.1] - 2025-01-02 ### Changed -- Add license and contribution information to README -- Add `--deny` option example to README -- Describe `--json` option more detailed +- Added license and contribution information to README +- Added `--deny` option example to README +- Described `--json` option more detailed - Upgraded `itertools` to version `0.14` -- Update all dependencies +- Updated all dependencies ## [0.1.0] - 2024-03-24 ### Added -- Add initial implementation +- Added initial implementation |