v0.4.1. Closes #417

This commit is contained in:
kai
2021-04-22 14:48:53 +01:00
parent b022bc69ff
commit 413389f5b6
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## v0.4.1 [2021-04-22]
_What's new?_
* Do not run update checks when running `query` command non-interactively. ([#301](https://github.com/turbot/steampipe/issues/301))
_Bug fixes_
* Ensure we report an error and do not start database service if `port` is already in use. ([#399](https://github.com/turbot/steampipe/issues/399))
## v0.4.0 [2021-04-15]
_What's new?_
* Named query support - all SQL file in current folder (or the folder specified by the `workspace` argument) will be loaded and available to run as `named queries`. ([#369](https://github.com/turbot/steampipe/issues/369))

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.4.0&style=for-the-badge&labelColor=777777&color=F3F1F0">
<img alt="" src="https://img.shields.io/static/v1?label=cli&message=v0.4.1&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.4.0"
var steampipeVersion = "0.4.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