v0.4.3. Closes #460

This commit is contained in:
kai
2021-05-13 16:40:53 +01:00
parent f6bd5c37e0
commit 73dc089e41
3 changed files with 8 additions and 2 deletions

View File

@@ -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_

View File

@@ -28,7 +28,7 @@ make
Check the verison
```
$ steampipe -v
steampipe version 0.4.2
steampipe version 0.4.3
```
Install a plugin

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.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