From e48c439f14def83b0cbe24c2553e90e959474f16 Mon Sep 17 00:00:00 2001 From: hashicorp-ci Date: Tue, 9 Mar 2021 16:15:33 +0000 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9f6c26e..18f2248e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UNRELEASED +## 0.3.0 (March 09, 2021) __BACKWARDS INCOMPATIBILITIES:__ * template: existing Levant functions that share a name with [sprig](https://github.com/Masterminds/sprig) functions have been renamed to include the prefix `levant` such as `levantEnv`. diff --git a/version/version.go b/version/version.go index 857332a33..3b6aa0f6e 100644 --- a/version/version.go +++ b/version/version.go @@ -16,7 +16,7 @@ var ( // VersionPrerelease is the marker for the version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this // is a pre-release such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "beta1" + VersionPrerelease = "" ) // GetHumanVersion composes the parts of the version in a way that's suitable