Skip to content

Commit

Permalink
chore(release): 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent b62d07f commit 3475ca2
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.11.0 (2023-12-14)


### ⚠ BREAKING CHANGES

* improve stop points initialization (#90)

### Features

* improve stop points initialization ([#90](https://github.com/tellae/starling/issues/90)) ([b62d07f](https://github.com/tellae/starling/commit/b62d07fcb345c6b39d6e74afd4aaac72f2a108ef))

### 0.10.20 (2023-11-29)


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

#: Starling version
__version__ = "0.10.20"
__version__ = "0.11.0"

0 comments on commit 3475ca2

Please sign in to comment.