Skip to content

Commit

Permalink
v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Sep 7, 2024
1 parent 6b2f66a commit b297626
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [5.7.0]
- Introduce `OrgSerializer`: supply a subclass to `OrgNode.toMarkup` to
customize how a tree is serialized.
- Add `OrgSection.tags`
- Add optional `where` predicate to `OrgTree.findContainingTree`

## [5.6.1]
* Bug fixes

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.6.1
version: 5.7.0
homepage: https://github.com/amake/org_parser

environment:
Expand Down

0 comments on commit b297626

Please sign in to comment.