From a4195bcbe4c145ba8a7eb33f989d1656600f575e Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Fri, 27 Sep 2024 19:19:49 +0900 Subject: [PATCH] v6.1.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5344f3..f0c3c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [6.1.0] +- Parse Org Cite citations + ## [6.0.0] - Add `orgTodo` parser and `OrgTodoStates` model - `OrgHeadline.keyword.done` now indicates whether a keyword is considered diff --git a/pubspec.yaml b/pubspec.yaml index 715a8c0..5ed9c77 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: 6.0.0 +version: 6.1.0 homepage: https://github.com/amake/org_parser environment: