From 0a45e6ecce006258a88fb636ab60c4fccdf34f1f Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Sun, 21 Jan 2024 14:47:15 +0900 Subject: [PATCH] v5.6.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5981785..e437f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/pubspec.yaml b/pubspec.yaml index 9a8bb09..8a14ccd 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.5.0 +version: 5.6.0 homepage: https://github.com/amake/org_parser environment: