Skip to content

Commit

Permalink
Merge branch '1.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyennv committed Oct 17, 2024
2 parents a4ca956 + 4df8e03 commit 21e00a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@
## 1.4.0 (2024-10-15)
- Support partial body length
- Support signature salt notation

## 1.5.0 (2024-10-17)
- Add checksum to un-encrypted secret key packet
- Remove fixnum package
4 changes: 2 additions & 2 deletions lib/src/armor/armor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import '../helpers.dart';
/// See https://www.rfc-editor.org/rfc/rfc4880#section-6
/// Author Nguyen Van Nguyen <[email protected]>
class Armor {
static const version = 'Dart PG v1.2.0';
static const comment = 'Dart Privacy Guard';
static const version = 'Dart PG v1.5';
static const comment = 'https://github.com/web-of-trust/dart-pg';

static const messageBegin = '-----BEGIN PGP MESSAGE';
static const signedMessageBegin = '-----BEGIN PGP SIGNED MESSAGE';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_pg
description: Dart PG (Dart Privacy Guard) - The OpenPGP implementation in Dart language.
version: 1.4.0
version: 1.5.0
homepage: https://github.com/web-of-trust/dart-pg

environment:
Expand Down

0 comments on commit 21e00a9

Please sign in to comment.