Skip to content

Commit

Permalink
Docs, changelog, version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Feb 5, 2021
1 parent f7b2878 commit ae08565
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.1

* Support debug output. Thanks to nyarly for the PR.

## 0.5.0

* Support credential helpers that use OAuth2 Token Authentication.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ This list is not exhaustive; please consult the command line (`-h`) help for all
(`--manifest-version 2`, default) from the registry. Please note that deleting manifests
from registry version >= 2.3 will work **only** with content digests from a V2.2
manifest.
* `--debug` Enable debug output.

WARNING: This is exactly what the name suggests: debugging output. It contains raw
data structures, may include your credentials in verbatim and may or may not help you.
Use with care.

### Examples

Expand Down
2 changes: 1 addition & 1 deletion generators/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
STATIC_VERSION = "0.5.0"
STATIC_VERSION = "0.5.1"
TEMPLATE = `// THIS FILE WAS AUTOGENERATED BY GO GENEREATE. DO NOT EDIT!
package %s
Expand Down

0 comments on commit ae08565

Please sign in to comment.