Skip to content

Commit

Permalink
1.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickporter-tuono authored Sep 24, 2021
1 parent 1f1f847 commit e9b8057
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.0.9 - 2021-09-24

* Enhanced `parameters set` to allow parameter creation without a value for any environment.
* Added `template validate` to check if an existing template still works.
* Fixed `parameters environment --as-of` issue when using a tag name.
* Added `configuration profile` commands to avoid need to modify configuration file with editor.
* Move `configuration list` functionality into `configuration profile list`.
* Improved handling for many error responses to provide more understandable information.

# 1.0.8 - 2021-09-22

* Added `environments tag` command with the following sub-commands:
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 = "1.0.8"
version = "1.0.9"
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 1.0.8
cloudtruth 1.0.9
CloudTruth <[email protected]>
A command-line interface to the CloudTruth configuration management service.

Expand Down

0 comments on commit e9b8057

Please sign in to comment.