Skip to content

Commit b4e40eb

Browse files
author
marinthiercelin
authored
Merge pull request #212 from ProtonMail/release-2.5.2
Prepare release of version 2.5.2
2 parents a896ae4 + 6093df5 commit b4e40eb

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [2.5.2] 2022-01-25
8+
# Changed
9+
- Update `github.com/ProtonMail/go-crypto` to the latest version
10+
711
## [2.5.1] 2022-01-24
812

913
### Added

constants/armor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package constants
33

44
// Constants for armored data.
55
const (
6-
ArmorHeaderVersion = "GopenPGP 2.5.1"
6+
ArmorHeaderVersion = "GopenPGP 2.5.2"
77
ArmorHeaderComment = "https://gopenpgp.org"
88
PGPMessageHeader = "PGP MESSAGE"
99
PGPSignatureHeader = "PGP SIGNATURE"

constants/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package constants
22

3-
const Version = "2.5.1"
3+
const Version = "2.5.2"

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ require (
88
github.com/davecgh/go-spew v1.1.1 // indirect
99
github.com/pkg/errors v0.9.1
1010
github.com/stretchr/testify v1.7.0
11-
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de //indirect
1211
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
13-
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
12+
golang.org/x/mobile v0.0.0-20221110043201-43a038452099 // indirect
1413
)
1514

1615
replace golang.org/x/mobile => github.com/ProtonMail/go-mobile v0.0.0-20210326110230-f181c70e4e2b

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=
21
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
32
github.com/ProtonMail/go-crypto v0.0.0-20230124153114-0acdc8ae009b h1:1DHH9haxfhaVM8owXQjLdn7UP4AkDfzSdiRoLdcSCqE=
43
github.com/ProtonMail/go-crypto v0.0.0-20230124153114-0acdc8ae009b/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=

0 commit comments

Comments
 (0)