Skip to content

Commit 7fecc23

Browse files
committed
Update version
1 parent 3f8783c commit 7fecc23

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
## v0.10.1
4+
5+
* The worker process now no longer gives a long delay when a run has finished (now at most ~1 second).
6+
* The worker process ends when the `Run()` context ends or `close` is called, rather than only when the main process exits.
7+
38
## v0.10.0
49

510
* The `client` class can now be used to retrieve runs.

simvue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from simvue.client import Client
33
from simvue.handler import Handler
44
from simvue.models import RunInput
5-
__version__ = '0.10.0'
5+
__version__ = '0.10.1'

0 commit comments

Comments
 (0)