Skip to content

Commit

Permalink
0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickporter-tuono authored May 27, 2021
1 parent 9c00748 commit 57ca851
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 0.5.2 - 20210-05-20
# 0.5.3 - 2021-05-27

* Parameters: added `--dynamic` flag to `parameter list --values` view FQN/JMES path values.
* Added `yaml` and `json` table formatting options to tables.
* Fixed issue with Windows pre-release GitHub action.
* Upgrade to Rust compiler 1.52.1.
* Added `make integration` target to facilitate easier integration testing.

# 0.5.2 - 2021-05-20

* Important changes:
* Templates: must use `--secrets` or `-s` to display secret values.
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.2"
version = "0.5.3"
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.2
cloudtruth 0.5.3
CloudTruth <[email protected]>
A command-line interface to the CloudTruth configuration management service.

Expand Down

0 comments on commit 57ca851

Please sign in to comment.