Skip to content

Commit ef9cf4b

Browse files
committed
Relese v0.5.1
1 parent d76d6f0 commit ef9cf4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## UNRELEASED
22

3+
## 0.5.1 (August 14, 2023)
4+
5+
* api: Address a backwards incompatible change in Podman 4.6.0 preventing jobs from restarting [[GH-278](https://github.com/hashicorp/nomad-driver-podman/pull/278)]
6+
37
## 0.5.0 (July 19, 2023)
48

59
IMPROVEMENTS:

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
// A pre-release marker for the version. If this is "" (empty string)
2323
// then it means that it is a final release. Otherwise, this is a pre-release
2424
// such as "dev" (in development), "beta.1", "rc1.1", etc.
25-
VersionPrerelease = "dev"
25+
VersionPrerelease = ""
2626

2727
// VersionMetadata is metadata further describing the build type.
2828
VersionMetadata = ""

0 commit comments

Comments
 (0)