Skip to content

Commit

Permalink
release(1.0.5): bump version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Oct 4, 2022
1 parent ff0f8a6 commit 509a3a7
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 61 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ 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.4...HEAD
[Unreleased]: https://github.com/sassman/putzen-rs/compare/v1.0.5...HEAD

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

### 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)

### 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
Expand Down
94 changes: 35 additions & 59 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "putzen-cli"
description = "helps keeping your disk clean of build and dependency artifacts safely"
version = "1.0.4"
version = "1.0.5"
authors = ["Sven Assmann <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down

0 comments on commit 509a3a7

Please sign in to comment.