This commit is contained in:
kai
2021-05-27 16:40:54 +01:00
parent f902615e4a
commit 5fd950fbb3
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
## v0.5.1 [2021-05-27]
_What's new?_
* Update the `check` output to show the tree structure of the benchmarks and controls. [#500](https://github.com/turbot/steampipe/issues/500)
_Bug fixes_
* Fix issue where interactive prompt sometimes hangs on cancellation. [#507](https://github.com/turbot/steampipe/issues/507)
* Fix stack overflow error when allocating colors for large number of dimension property values. [#509](https://github.com/turbot/steampipe/issues/509)
## v0.5.0 [2021-05-20]
_What's new?_
* New `check` command, to run controls and benchmarks. ([#410](https://github.com/turbot/steampipe/issues/410), [#413](https://github.com/turbot/steampipe/issues/413))

View File

@@ -31,7 +31,7 @@ Check the verison
```
$ steampipe -v
steampipe version 0.5.0
steampipe version 0.5.1
```
Install a plugin

View File

@@ -19,7 +19,7 @@ Also https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-versi
**/
// The main version number that is being run at the moment.
var steampipeVersion = "0.5.0"
var steampipeVersion = "0.5.1"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release