Skip to content

Commit 2d19ebb

Browse files
author
Vincent Demeester
authored
Merge pull request #76 from thaJeztah/bump-0.5.2
Bump version 0.5.2
2 parents be1808e + 054c538 commit 2d19ebb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ This changelog tracks the releases of docker-credential-helpers.
44
This project includes different binaries per platform.
55
The platform released is identified after the tag name.
66

7-
## v0.5.1
7+
## v0.5.2 (Mac OS X, Windows, Linux)
8+
9+
- Add a `version` command to output the version
10+
- Fix storing URLs without scheme, and use `https://` by default
11+
12+
## v0.5.1 (Go client, Mac OS X, Windows, Linux)
813

914
- Redirect credential helpers' standard error to the caller's
1015
- Prevent invalid credentials and credentials queries

credentials/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package credentials
22

33
// Version holds a string describing the current version
4-
const Version = "0.5.2-dev"
4+
const Version = "0.5.2"

0 commit comments

Comments
 (0)