Skip to content

Commit f00de1b

Browse files
author
Vincent Demeester
authored
Merge pull request #87 from n4ss/bump-0.6.0
Bump 0.6.0
2 parents 3cce614 + 72f0375 commit f00de1b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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.6.0 (Go client, Linux)
8+
9+
- New credential helper on Linux using `pass`
10+
- New entry point for passing environment variables when calling a credential helper
11+
- Add a Makefile rule generating a Windows release binary
12+
713
## v0.5.2 (Mac OS X, Windows, Linux)
814

915
- Add a `version` command to output the version

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"
4+
const Version = "0.6.0"

0 commit comments

Comments
 (0)