From 2668b91cc7fa4658a7f033ffe7bcd2a835fbefda Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Dec 2023 20:23:26 +0000 Subject: [PATCH] chore(release): 0.9.2 ## [0.9.2](https://github.com/mathy/mathy_core/compare/v0.9.1...v0.9.2) (2023-12-15) ### Bug Fixes * **typing:** proper generic type for BinaryTreeNode ([6ec236e](https://github.com/mathy/mathy_core/commit/6ec236e0b70e47b9f8e03a3f0ac54d872c3c0fb4)) --- mathy_core/about.py | 2 +- website/docs/changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mathy_core/about.py b/mathy_core/about.py index 3e0d763..92bf464 100644 --- a/mathy_core/about.py +++ b/mathy_core/about.py @@ -1,5 +1,5 @@ __title__ = "mathy_core" -__version__ = "0.9.1" +__version__ = "0.9.2" __summary__ = "Computer Algebra System for working with math expressions" __uri__ = "https://mathy.ai" __author__ = "Justin DuJardin" diff --git a/website/docs/changelog.md b/website/docs/changelog.md index e69de29..a5de023 100644 --- a/website/docs/changelog.md +++ b/website/docs/changelog.md @@ -0,0 +1,6 @@ +## [0.9.2](https://github.com/mathy/mathy_core/compare/v0.9.1...v0.9.2) (2023-12-15) + + +### Bug Fixes + +* **typing:** proper generic type for BinaryTreeNode ([6ec236e](https://github.com/mathy/mathy_core/commit/6ec236e0b70e47b9f8e03a3f0ac54d872c3c0fb4))