From e355534d8d9d9168dc9d0fd19ba59d4b69d3e776 Mon Sep 17 00:00:00 2001 From: XeroOl Date: Fri, 6 Jun 2025 12:44:08 -0500 Subject: [PATCH] Release 0.2.1 = 0.2.1 = == Bug Fixes == * Fixed a path issue finding external docsets * Fixed failing tests in 0.2.0 --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 564bd4c..cf580d8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.1 / 2025-06-06 + +### Bug Fixes +* Fixed a path issue finding external docsets +* Fixed failing tests in 0.2.0 + ## 0.2.0 / 2025-06-03 ### Features