diff --git a/CHANGELOG.md b/CHANGELOG.md index a310ac7..57d8065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.5.1](https://github.com/arcuru/headjack/compare/v0.5.0...v0.5.1) - 2024-10-28 + +### Other + +- bump nix deps +- taskfile updates +- loosen and update deppendencies + ## [0.5.0](https://github.com/arcuru/headjack/compare/v0.4.0...v0.5.0) - 2024-10-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index 9ee5f9a..885fdbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,7 +953,7 @@ dependencies = [ [[package]] name = "headjack" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index a52404e..0feb37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "headjack" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Patrick Jackson "] readme = "README.md"