Skip to content

Commit

Permalink
v5.19.0
Browse files Browse the repository at this point in the history
- New sif: transport
- Adds hint about default config and removes obsolete markdown escaping
- Log every credential path we consult
- Run codespell on code
- use github.com/proglottis/gpgme
- GPGME: support passphrase for prompt-less signing

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Jan 25, 2022
1 parent bd97b58 commit 7bdefff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 5
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 18
VersionMinor = 19
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 1
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = ""
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit 7bdefff

Please sign in to comment.