Skip to content

Commit 84a5f30

Browse files
authoredFeb 27, 2025··
chore: Prepare release 3.1.3 (#327)
1 parent 7057767 commit 84a5f30

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed
 

‎.github/workflows/sop-test-suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
name: test-suite-results.json
119119
- name: Compare with baseline
120-
uses: ProtonMail/openpgp-interop-test-analyzer@v2.0.0
120+
uses: ProtonMail/openpgp-interop-test-analyzer@v2.1.0
121121
with:
122122
results: ${{ steps.download-test-results.outputs.download-path }}/test-suite-results.json
123123
output: baseline-comparison.json

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.1.3] 2025-02-27
8+
### Changed
9+
- Update go-crypto fork to `1.1.6`.
10+
-
711
## [3.1.2] 2025-01-15
812
### Changed
913
- Update go-crypto fork to `1.1.5`.

‎constants/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package constants
22

3-
const Version = "3.1.2"
3+
const Version = "3.1.3"

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/ProtonMail/gopenpgp/v3
33
go 1.17
44

55
require (
6-
github.com/ProtonMail/go-crypto v1.1.5
6+
github.com/ProtonMail/go-crypto v1.1.6
77
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
88
github.com/pkg/errors v0.9.1
99
github.com/stretchr/testify v1.7.0

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/ProtonMail/go-crypto v1.1.5 h1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4=
2-
github.com/ProtonMail/go-crypto v1.1.5/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
1+
github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw=
2+
github.com/ProtonMail/go-crypto v1.1.6/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
33
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k=
44
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f/go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw=
55
github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=

0 commit comments

Comments
 (0)
Please sign in to comment.