mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-10 06:00:58 -04:00
v0.2.4. Closes #275
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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))
|
||||
|
||||
@@ -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>
|
||||
|
||||
<a aria-label="License" href="LICENSE">
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user