summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md38
1 files changed, 17 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31f99a5..c68be03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,57 +2,53 @@
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
+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
### Changed
-- Updated crate fastrand (transitive dev dependency)
+* Updated crate fastrand (transitive dev dependency)
## [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
-- Use flake-parts instead of flake-utils for Nix flake
+* 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
+* Added experimental Nix flake
### Fixed
-- Fixed several cosmetic Clippy warnings
+* 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))
+* 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
+* 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
+* Added initial implementation
Generated by cgit. See skreutz.com for my tech blog and contact information.