From e3bce7aaa72c6e87eff8a62c7b1386317b937804 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Tue, 28 Nov 2023 23:14:58 +0100 Subject: [PATCH 1/2] Run `gofmt` on `decrypt.go` --- command/crypto/jwe/decrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/crypto/jwe/decrypt.go b/command/crypto/jwe/decrypt.go index c9ce1e27b..cb02014b7 100644 --- a/command/crypto/jwe/decrypt.go +++ b/command/crypto/jwe/decrypt.go @@ -48,7 +48,7 @@ used with **--jwks** (a JWK Set) the KID value must match the **"kid"** member o one of the JWKs in the JWK Set.`, }, cli.StringFlag{ - Name: "password-file", + Name: "password-file", Usage: `The path to the containing the password to encrypt the keys.`, }, }, From 29ffa8d122809294bca23a537f3fa4ecfe96934e Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Tue, 28 Nov 2023 23:15:26 +0100 Subject: [PATCH 2/2] Set `v0.25.1` release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca46f7a3..a3582016f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- -## [v0.25.1] - 2023-xx-yy +## [v0.25.1] - 2023-11-28 ### Added