From 0a16148fe0f61aae9b45b0eada05e39a3b02f745 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Oct 2022 21:25:38 +0000 Subject: [PATCH] chore(release): 0.9.5 ## [0.9.5](https://github.com/justindujardin/mathy/compare/v0.9.4...v0.9.5) (2022-10-10) ### Features * **swarm:** increase solver state size to support longer problems ([#82](https://github.com/justindujardin/mathy/issues/82)) ([22a990b](https://github.com/justindujardin/mathy/commit/22a990b1c3201b32a9c679dfb922043d692d8959)) --- libraries/mathy_python/mathy/about.py | 2 +- libraries/website/docs/changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libraries/mathy_python/mathy/about.py b/libraries/mathy_python/mathy/about.py index 96eaddf1..9b176761 100644 --- a/libraries/mathy_python/mathy/about.py +++ b/libraries/mathy_python/mathy/about.py @@ -1,5 +1,5 @@ __title__ = "mathy" -__version__ = "0.9.4" +__version__ = "0.9.5" __summary__ = "Mathy - RL environments for solving math problems step-by-step" __uri__ = "https://mathy.ai" __author__ = "Justin DuJardin" diff --git a/libraries/website/docs/changelog.md b/libraries/website/docs/changelog.md index 884a39b5..26fcd835 100644 --- a/libraries/website/docs/changelog.md +++ b/libraries/website/docs/changelog.md @@ -1,3 +1,10 @@ +## [0.9.5](https://github.com/justindujardin/mathy/compare/v0.9.4...v0.9.5) (2022-10-10) + + +### Features + +* **swarm:** increase solver state size to support longer problems ([#82](https://github.com/justindujardin/mathy/issues/82)) ([22a990b](https://github.com/justindujardin/mathy/commit/22a990b1c3201b32a9c679dfb922043d692d8959)) + ## [0.9.4](https://github.com/justindujardin/mathy/compare/v0.9.3...v0.9.4) (2022-10-10)