mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
v0.4.1. Closes #417
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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>
|
||||
|
||||
<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.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
|
||||
|
||||
Reference in New Issue
Block a user