From d546acfa4995ed18e12c698d844081159f3ad5af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 10:42:17 +0000 Subject: [PATCH] chore(release): 0.10.9 --- CHANGELOG.md | 7 +++++++ starling_sim/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7862026..60e51f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.10.9 (2023-01-13) + + +### Bug Fixes + +* fixed a bug in SB_VS when user patience was None ([bd2f5a0](https://github.com/tellae/starling/commit/bd2f5a02f92cb770994e2c72d53093484a78f57b)) + ### 0.10.8 (2022-11-25) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index 352fae5..0366abe 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.10.8" +__version__ = "0.10.9"