Skip to content

Commit

Permalink
chore(release): 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 28, 2022
1 parent ccc6bb2 commit 1e11623
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion starling_sim/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Starling version"""

__version__ = "0.7.12"
__version__ = "0.8.0"

0 comments on commit 1e11623

Please sign in to comment.