diff options
| -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 |