mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
v0.4.3. Closes #460
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## v0.4.3 [2021-05-13]
|
||||
|
||||
_Bug fixes_
|
||||
* Fix cache check code incorrectly identifying a cache hit after a count(*) query. ([#44](https://github.com/turbot/steampipe-postgres-fdw/issues/44))
|
||||
* Fix spinner displaying multiple newlines if spinner text is wider than the terminal. ([#450](https://github.com/turbot/steampipe/issues/450))
|
||||
|
||||
## v0.4.2 [2021-05-06]
|
||||
|
||||
_Bug fixes_
|
||||
|
||||
@@ -28,7 +28,7 @@ make
|
||||
Check the verison
|
||||
```
|
||||
$ steampipe -v
|
||||
steampipe version 0.4.2
|
||||
steampipe version 0.4.3
|
||||
```
|
||||
|
||||
Install a plugin
|
||||
|
||||
@@ -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.2"
|
||||
var steampipeVersion = "0.4.3"
|
||||
|
||||
// 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