From f9e5214e4dea4ced69802c83d30ffbf15c2c5be9 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Tue, 31 Dec 2024 09:16:42 +0900 Subject: [PATCH] v8.3.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ac4bd..9ba6488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [8.3.0] +- Drawer property values can now contain nested rich content + ## [8.2.1] - Drawer parsing accuracy is improved diff --git a/pubspec.yaml b/pubspec.yaml index 2da4482..f6d0247 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: 8.2.1 +version: 8.3.0 homepage: https://github.com/amake/org_parser environment: