Skip to content

Commit

Permalink
Relese v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Oct 21, 2022
1 parent b22e518 commit f00b441
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ project "levant" {
repository = "levant"
release_branches = [
"main",
"release/0.3.2",
]
}
}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.2 (October 20, 2022)

IMPROVEMENTS:
* build: Now builds with go v1.19.1 [[GH-464](https://github.com/hashicorp/levant/pull/464)]
* deps: Updated Nomad dependency to v1.4.1. [[GH-464](https://github.com/hashicorp/levant/pull/464)]
* deps: Updated golang.org/x/text to v0.4.0 [[GH-465](https://github.com/hashicorp/levant/pull/465)]

## 0.3.1 (February 14, 2022)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "dev"
VersionPrerelease = ""

// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""
Expand Down

0 comments on commit f00b441

Please sign in to comment.