From a8fdf13aa57db6b701d20e519a61e6bea9217df5 Mon Sep 17 00:00:00 2001 From: Matthew Wardrop Date: Wed, 4 Oct 2023 14:46:55 -0700 Subject: [PATCH] 0.6.6 --- docsite/docs/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docsite/docs/changelog.md b/docsite/docs/changelog.md index 390d58c..1da8ff9 100644 --- a/docsite/docs/changelog.md +++ b/docsite/docs/changelog.md @@ -3,6 +3,15 @@ For changes since the latest tagged release, please refer to the --- +## 0.6.6 (4 October 2023) + +This is minor release with one important bugfix. + +**Bugfixes and cleanups:** + +* Fixes a regression introduced by 0.6.4 whereby missing variables will be + silently dropped from the formula., rather than raising an exception. + ## 0.6.5 (25 September 2023) This is a minor release with several important bugfixes.