Skip to content

Commit

Permalink
release(v1.0.7): bump version + changelog (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman authored Jan 21, 2023
1 parent b73d5a8 commit 696a856
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <sven[email protected]>"]
version = "1.0.7"
authors = ["Sven Kanoldt <sven@d34dl0ck.me>"]
edition = "2021"
license = "GPL-3.0-only"
keywords = ["commandline", "cleanup"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 696a856

Please sign in to comment.