From a2548a93b8cb656a1955100b2b58a1e33992bd31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 20:45:32 +0000 Subject: [PATCH] chore(release): 0.7.7 --- CHANGELOG.md | 7 +++++++ starling_sim/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f20cb..74bd5f2 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.7.7 (2022-03-23) + + +### Features + +* added a PlanningChange exception to interrupt service vehicle loops ([#46](https://github.com/tellae/starling/issues/46)) ([436039e](https://github.com/tellae/starling/commit/436039e2b2ca13a87456aab2aa06af099d20c7fc)) + ### 0.7.6 (2022-03-22) diff --git a/starling_sim/version.py b/starling_sim/version.py index bae1b34..7486dae 100644 --- a/starling_sim/version.py +++ b/starling_sim/version.py @@ -1,3 +1,3 @@ """Starling version""" -__version__ = "0.7.6" +__version__ = "0.7.7"