Skip to content

Commit d141bb0

Browse files
committed
Increment version; update CHANGELOG
1 parent 84e0f11 commit d141bb0

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.11.2
4+
5+
* Raise exceptions in `Client` class methods if run does not exist or artifact does not exist.
6+
* (Bug fix) `list_artifacts` optional category restriction now works.
7+
38
## v0.11.1
49

510
* Support different runs having different metadata in `get_runs` dataframe output.

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.11.1'
5+
__version__ = '0.11.2'

0 commit comments

Comments
 (0)