Skip to content

Commit

Permalink
docs(readme): Add info about v2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jun 12, 2024
1 parent 6fe2c11 commit e752f55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ crypto library](https://github.com/ProtonMail/go-crypto/tree/version-2).
<!-- TOC depthFrom:2 -->

- [GopenPGP V3](#gopenpgp-v3)
- [GopenPGP V2 support](#gopenpgp-v2-support)
- [Download/Install](#downloadinstall)
- [Documentation](#documentation)
- [Examples](#examples)
Expand All @@ -21,6 +22,14 @@ crypto library](https://github.com/ProtonMail/go-crypto/tree/version-2).

<!-- /TOC -->

## GopenPGP V2 support

While GopenPGP V3 introduces a new API with significant enhancements, it is not backward compatible with GopenPGP V2.
Although we recommend upgrading to V3 for the latest features and improvements, we continue to support GopenPGP V2.
Our support includes ongoing bug fixes and minor feature updates to ensure stability and functionality for existing users.

You can access GopenPGP V2 on the [v2 branch of this repository](https://github.com/ProtonMail/gopenpgp/tree/v2).

## Download/Install

To use GopenPGP with [Go Modules](https://github.com/golang/go/wiki/Modules) just run
Expand Down

0 comments on commit e752f55

Please sign in to comment.