From 0edac32dd414c5d8cf4ffeeb1cbb22ea2293ef65 Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Thu, 21 Nov 2024 11:20:25 +0530 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 4 ++++ pkg/version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af85df1cd..f7d79daa8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.1 [2024-11-21] +_Bug fixes_ +- Fix issue where the steampipe interactive meta-command `.cache clear` was not clearing the cache. ([#4443](https://github.com/turbot/steampipe/issues/4443)) + ## v1.0.0 [2024-10-22] _Breaking changes_ diff --git a/pkg/version/version.go b/pkg/version/version.go index fb4354d425..1e1c2683df 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -18,7 +18,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 = "1.0.0" +var steampipeVersion = "1.0.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