From e22ad18bcb69e223197a2a81b50ed5da8621b8f6 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Wed, 27 Dec 2023 17:26:09 +0900 Subject: [PATCH] v5.5.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf570e..5981785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [5.5.0] +* Adjust `OrgDecryptedContent` to allow serializing to encrypted form + * Supply an appropriate `DecryptedContentSerializer` + * See `OrgDecryptedContent.toCleartextMarkup` to obtain the unencrypted form + ## [5.4.0] * Parse PGP encrypted blocks, add representation for decrypted content * Parse comment lines diff --git a/pubspec.yaml b/pubspec.yaml index d336789..9a8bb09 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: org_parser description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup -version: 5.4.0 +version: 5.5.0 homepage: https://github.com/amake/org_parser environment: