v0.2.4. Closes #275

This commit is contained in:
kai
2021-03-11 11:39:33 +00:00
parent b363e762c3
commit 2a52f3bbc4
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
## v0.2.4 [2021-03-11]
_What's new?_
* Autocomplete now includes public schema. ([#123](https://github.com/turbot/steampipe/issues/123))
* Add bug report and feature request issue templates. ([#266](https://github.com/turbot/steampipe/issues/266))
* Add `SECURITY.md`. ([#266](https://github.com/turbot/steampipe/issues/266))
* Update spacing for plugin update and install messages. ([#264](https://github.com/turbot/steampipe/issues/264))
_Bug fixes_
* Remove invalid update notifications for plugins which cannot be found in the registry. ([#265](https://github.com/turbot/steampipe/issues/265))
* Fix typo in install.sh.
## v0.2.3 [2021-03-03]
_What's new?_
* Increase timeout for plugin update HTTP call. ([#216](https://github.com/turbot/steampipe/issues/216))

View File

@@ -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.3&style=for-the-badge&labelColor=777777&color=F3F1F0">
<img alt="" src="https://img.shields.io/static/v1?label=cli&message=v0.2.4&style=for-the-badge&labelColor=777777&color=F3F1F0">
</a>
&nbsp;
<a aria-label="License" href="LICENSE">

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.2.3"
var steampipeVersion = "0.2.4"
// 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