diff --git a/CHANGELOG.md b/CHANGELOG.md index ede9945..43aec34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] -[Unreleased]: https://github.com/sassman/putzen-rs/compare/v1.0.8...HEAD +## [1.0.9] - 2024-10-31 +[1.0.9]: https://github.com/sassman/putzen-rs/compare/1.0.8...1.0.9 + +### Miscellaneous Tasks + +- Update dependencies + update ci ([#32](https://github.com/sassman/putzen-rs/pull/32)) + + ## [1.0.8] - 2024-07-15 [1.0.8]: https://github.com/sassman/putzen-rs/compare/1.0.7...1.0.8 diff --git a/Cargo.lock b/Cargo.lock index 9fd1901..6aec4dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "putzen-cli" -version = "1.0.8" +version = "1.0.9" dependencies = [ "argh", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index 5691358..ca96773 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "putzen-cli" description = "helps keeping your disk clean of build and dependency artifacts safely" -version = "1.0.8" +version = "1.0.9" authors = ["Sven Kanoldt "] edition = "2021" license = "GPL-3.0-only"