Skip to content

Commit

Permalink
v5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Jan 21, 2024
1 parent f163d1e commit 0a45e6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.6.0]
* Add parser, AST for the Org query language described in the [Matching tags and
properties](https://orgmode.org/manual/Matching-tags-and-properties.html)
section of the Org manual
* Make `OrgTree.getProperties` public
* Reorganize code

## [5.5.0]
* Adjust `OrgDecryptedContent` to allow serializing to encrypted form
* Supply an appropriate `DecryptedContentSerializer`
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.5.0
version: 5.6.0
homepage: https://github.com/amake/org_parser

environment:
Expand Down

0 comments on commit 0a45e6e

Please sign in to comment.