diff --git a/CHANGELOG.md b/CHANGELOG.md index 86323af..9a6899c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,27 @@ 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.6...HEAD +[Unreleased]: https://github.com/sassman/putzen-rs/compare/v1.0.7...HEAD + +## [1.0.7] - 2023-01-21 +[1.0.7]: https://github.com/sassman/putzen-rs/compare/v1.0.6...v1.0.7 + +### Build + +- [bump dialoguer from 0.10.2 to 0.10.3](https://github.com/sassman/putzen-rs/pull/20) +- [bump argh from 0.1.9 to 0.1.10](https://github.com/sassman/putzen-rs/pull/19) + +### Contributors +- [dependabot[bot]](https://github.com/apps/dependabot) +- [sassman](https://github.com/sassman) ## [1.0.6] - 2022-12-26 [1.0.6]: https://github.com/sassman/putzen-rs/compare/v1.0.5...v1.0.6 ### Build -- [build(deps): bump jwalk from 0.6.0 to 0.8.1](https://github.com/sassman/putzen-rs/pull/17) -- [build(deps): bump argh from 0.1.7 to 0.1.9](https://github.com/sassman/putzen-rs/pull/16) +- [bump jwalk from 0.6.0 to 0.8.1](https://github.com/sassman/putzen-rs/pull/17) +- [bump argh from 0.1.7 to 0.1.9](https://github.com/sassman/putzen-rs/pull/16) ### Contributors - [dependabot[bot]](https://github.com/apps/dependabot) @@ -23,8 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Build -- [build(deps): bump argh from 0.1.7 to 0.1.9](https://github.com/sassman/putzen-rs/pull/16) -- [build(deps): bump dialoguer from 0.10.1 to 0.10.2](https://github.com/sassman/putzen-rs/pull/15) +- [bump argh from 0.1.7 to 0.1.9](https://github.com/sassman/putzen-rs/pull/16) +- [bump dialoguer from 0.10.1 to 0.10.2](https://github.com/sassman/putzen-rs/pull/15) ### Contributors - [dependabot[bot]](https://github.com/apps/dependabot) diff --git a/Cargo.lock b/Cargo.lock index bc4ee18..dbc0fa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "putzen-cli" -version = "1.0.6" +version = "1.0.7" dependencies = [ "argh", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index eb55d35..2e91624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "putzen-cli" description = "helps keeping your disk clean of build and dependency artifacts safely" -version = "1.0.6" -authors = ["Sven Assmann "] +version = "1.0.7" +authors = ["Sven Kanoldt "] edition = "2021" license = "GPL-3.0-only" keywords = ["commandline", "cleanup"] diff --git a/README.md b/README.md index 68c1125..af164af 100644 --- a/README.md +++ b/README.md @@ -97,5 +97,5 @@ Options: ## License - **[GNU GPL v3 license](https://www.gnu.org/licenses/gpl-3.0)** -- Copyright 2019 - 2022 © [Sven Assmann](https://d34dl0ck.me) +- Copyright 2019 - 2023 © [Sven Kanoldt](https://d34dl0ck.me) - Logo - [Clean icons created by photo3idea_studio - Flaticon](https://www.flaticon.com/free-icons/clean) \ No newline at end of file