Skip to content

Commit

Permalink
release(1.0.4): version bump + changelog + update
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed May 26, 2022
1 parent 9d91f26 commit 98cc263
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 35 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,29 @@ 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.3...HEAD
[Unreleased]: https://github.com/sassman/putzen-rs/compare/v1.0.4...HEAD

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

### 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
[1.0.3]: https://github.com/sassman/putzen-rs/compare/v1.0.3...v1.0.2

### Miscellaneous Tasks
### Features

- Document snap installation
- Add snapcraft config

### Build

- update dependencies and fix recent clippy findings ([#11](https://github.com/sassman/putzen-rs/pull/11))
- Update deps + clippy fixes (#11)

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

### Bug Fixes
Expand Down
58 changes: 29 additions & 29 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.3"
version = "1.0.4"
authors = ["Sven Assmann <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down

0 comments on commit 98cc263

Please sign in to comment.