putzen-cli 1.0.7

helps keeping your disk clean of build and dependency artifacts safely
Documentation
# Changelog
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.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

- [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

## [1.0.5] - 2022-10-04
[1.0.5]: https://github.com/sassman/putzen-rs/compare/v1.0.4...v1.0.5

### Build

- [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

## [1.0.4] - 2022-05-26
[1.0.4]: https://github.com/sassman/putzen-rs/compare/v1.0.3...v1.0.4

### Build

- Bump dialoguer from 0.10.0 to 0.10.1 (#13)
- Bump dialoguer from 0.9.0 to 0.10.0 (#12)

## [1.0.3] - 2022-04-18
[1.0.3]: https://github.com/sassman/putzen-rs/compare/v1.0.2...v1.0.3

### Features

- Document snap installation
- Add snapcraft config

### Build

- Update deps + clippy fixes (#11)

## [1.0.2] - 2022-02-05
[1.0.2]: https://github.com/sassman/putzen-rs/compare/v1.0.1...v1.0.2

### Bug Fixes

- On windows: `UNC` paths are problematic (#9)
- On windows path `.` is not recognized (#7)
- Wrong heading level broke the build

### Features

- Update logo + demo + README.md

### Miscellaneous Tasks

- Add a changelog

## [1.0.1] - 2022-01-31
[1.0.1]: https://github.com/sassman/putzen-rs/compare/v1.0.0...v1.0.1

### Features

- Add `-v` and default starting folder (#4)

### Miscellaneous Tasks

- Fix release-binary-assets workflow

## [1.0.0] - 2022-01-31
[1.0.0]: https://github.com/sassman/putzen-rs/compare/...v1.0.0

### Features

- Initial release (#3)
- Add `-y` cli flag (#2)
- Migrate to dialoguer for a more nice UX on the interactive part (#1)
- Completing the basic feature set
- Does something, but not super happy yet
- Finds all files matching and prints out the delete command

<!-- generated by git-cliff -->