Skip to content

Commit

Permalink
v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Dec 27, 2023
1 parent 49e50ea commit e22ad18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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: 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:
Expand Down

0 comments on commit e22ad18

Please sign in to comment.