From 1e116230083ef9ea8f7fadd40b1221b1c21788dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 14:28:48 +0000 Subject: [PATCH] chore(release): 0.8.0 --- CHANGELOG.md | 11 +++++++++++ starling_sim/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be0334d..fa91385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.8.0 (2022-07-28) + + +### ⚠ BREAKING CHANGES + +* now provide path to the scenario folder instead of path to the simulation parameters to run a simulation + +### Features + +* scenario path management ([#61](https://github.com/tellae/starling/issues/61)) ([ccc6bb2](https://github.com/tellae/starling/commit/ccc6bb2fec95e5fb9c80230e4a044643baebc964)) + ### 0.7.12 (2022-06-23) diff --git a/starling_sim/version.py b/starling_sim/version.py index 59eb670..29f18ba 100644 --- a/starling_sim/version.py +++ b/starling_sim/version.py @@ -1,3 +1,3 @@ """Starling version""" -__version__ = "0.7.12" +__version__ = "0.8.0"