Skip to content

Commit

Permalink
bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Aug 6, 2020
1 parent f237860 commit bb1b58e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Git
## Version 0.5.1
````
Fix "sccache" subcommand not finding sccache cache dir on macos (#87)
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-cache"
version = "0.5.0"
version = "0.5.1"
authors = ["Matthias Krüger <[email protected]>"]
description = "Manage cargo cache ($CARGO_HOME or ~/.cargo/), show sizes and remove directories selectively"
homepage = "https://github.com/matthiaskrgr/cargo-cache"
Expand Down
2 changes: 1 addition & 1 deletion release_checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ git log `git tag | tail -n1`..HEAD
make sure changelog is up to date ^cmd
make sure readme is up to date ( check --help extract in readme!)
make sure CI catches up and everything is green
update version
update version / Cargo.toml Cargo.lock CHANGELOG.md
write release notes
cargo publish --dry-run
cargo publish
Expand Down

0 comments on commit bb1b58e

Please sign in to comment.