Skip to content

Commit

Permalink
0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickporter-tuono authored May 10, 2021
1 parent 4186f91 commit aae97cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.5.1 - 2021-05-10

* Upload install.sh, install.ps1, and CHANGELOG.md as release assets.
* Enhance install.sh to be more tolerant of non-standard release tags.
* Improve error checking on release tag names.
* Improve pre-commit checks for Rust version, and CLI command changes.

# 0.5.0 - 2021-05-07

* Breaking changes:
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 = "cloudtruth"
version = "0.5.0"
version = "0.5.1"
description = "A command-line interface to the CloudTruth configuration management service."
authors = ["CloudTruth <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tests/help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloudtruth 0.5.0
cloudtruth 0.5.1
CloudTruth <[email protected]>
A command-line interface to the CloudTruth configuration management service.

Expand Down

0 comments on commit aae97cd

Please sign in to comment.