Skip to content

Commit

Permalink
v0.2.1. Closes #208
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Feb 20, 2021
1 parent 2937e08 commit adeb5de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.2.1 [2021-02-20]
_Bug fixes_
* Ensure all hydrate errors are reported. ([#206](https://github.com/turbot/steampipe/issues/206))
* Change plugin update URL to hub.steampipe.io. ([#201](https://github.com/turbot/steampipe/issues/201))
* Steampipe version string should include 'prerelease' suffix if it is set. ([#200](https://github.com/turbot/steampipe/issues/200))
* Column headers in table output should respect casing of the column name. ([#181](https://github.com/turbot/steampipe/issues/181))

## v0.2.0 [2021-02-18]
_What's new?_
* Add support for multiregion queries. ([#197](https://github.com/turbot/steampipe/issues/197))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p align="center">
<a aria-label="Steampipe version" href="https://steampipe.io/download">
<img alt="" src="https://img.shields.io/static/v1?label=cli&message=v0.2.0&style=for-the-badge&labelColor=777777&color=F3F1F0">
<img alt="" src="https://img.shields.io/static/v1?label=cli&message=v0.2.1&style=for-the-badge&labelColor=777777&color=F3F1F0">
</a>
&nbsp;
<a aria-label="License" href="LICENSE">
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"
var steampipeVersion = "0.2.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
Expand Down

0 comments on commit adeb5de

Please sign in to comment.