From baad544e0ab640d861f8c79adc057729b6bb65fa Mon Sep 17 00:00:00 2001 From: Lukas Burkhalter Date: Tue, 1 Oct 2024 16:13:09 +0200 Subject: [PATCH] chore: Prepare pre-release v3.0.0-beta.0 --- CHANGELOG.md | 7 +++++++ constants/version.go | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce4f252..c5727c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.0-beta.0] 2024-10-01 +### Added +- Add `GetSHA256Fingerprint` method to `Key`. + +### Changed +- Update go-crypto to `1.1.0-beta.0`. + ## [3.0.0-alpha.4] 2024-07-18 ### Changed - Update go-crypto to `1.1.0-alpha.4`. diff --git a/constants/version.go b/constants/version.go index 1164f6db..df6289c2 100644 --- a/constants/version.go +++ b/constants/version.go @@ -1,3 +1,3 @@ package constants -const Version = "3.0.0-alpha.3" +const Version = "3.0.0-beta.0" diff --git a/go.mod b/go.mod index 34383e78..13c9a0a9 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ProtonMail/gopenpgp/v3 go 1.17 require ( - github.com/ProtonMail/go-crypto v1.1.0-alpha.5 + github.com/ProtonMail/go-crypto v1.1.0-beta.0 github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.7.0 diff --git a/go.sum b/go.sum index 934d5559..8ef82513 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/ProtonMail/go-crypto v1.1.0-alpha.5 h1:XdtNqgUwXGClX/O+nSxecHUpgbsOGaUyv22y6p1laNk= -github.com/ProtonMail/go-crypto v1.1.0-alpha.5/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= +github.com/ProtonMail/go-crypto v1.1.0-beta.0 h1:9ZLo7gzqEbrSakeRM4L0jaHMuZSLrjoYBIdIwcBr4C4= +github.com/ProtonMail/go-crypto v1.1.0-beta.0/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k= github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f/go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw= github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=