diff options
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e925505..598e578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased +## [0.1.3] - 2025-08-23 + +### Added + +- Add experimental Nix flake + +### Fixed + +- Fixed several cosmetic Clippy warnings + ## [0.1.2] - 2025-04-10 ### Fixed @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "brck" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "assert_cmd", @@ -1,6 +1,6 @@ [package] name = "brck" -version = "0.1.2" +version = "0.1.3" authors = ["Stefan Kreutz <mail@skreutz.com>"] edition = "2021" description = "A simple bit rot checker" |