diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2025-01-02 19:49:11 +0100 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2025-01-02 19:49:11 +0100 |
| commit | db974ff90944ef114e8bd9e3f0a7736e0c0d6165 (patch) | |
| tree | 01640e0cd931fc4f0621130ec9c3dcf459f83a48 | |
| parent | dc7c3e360215eda9bd2d5bbd528c4ef01b2da2e9 (diff) | |
| download | brck-db974ff90944ef114e8bd9e3f0a7736e0c0d6165.tar | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0b6d9..f3f34f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,15 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased -- Upgraded `itertools` to version `0.13` +## [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 +- Upgraded `itertools` to version `0.14` +- Update all dependencies ## [0.1.0] - 2024-03-24 |