Skip to content

Commit 8de74f1

Browse files
committed
Prepare v1.0.3 release
1 parent 9806e02 commit 8de74f1

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

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

3+
## [v1.0.3](https://github.com/simvue-io/client/releases/tag/v1.0.3) - 2024-09-23
4+
5+
* Fix issue of hanging threads when exception raised by script using the API.
6+
37
## [v1.0.2](https://github.com/simvue-io/client/releases/tag/v1.0.2) - 2024-08-21
48

59
* Fix incorrect HTTP status code in `Client` when checking if object exists.
@@ -37,7 +41,7 @@
3741

3842
* Added `plot_metrics` method to the `Client` class to simplify plotting metrics.
3943
* (Bug fix) `reconnect` works without a uuid being specified when `offline` mode isn't being used.
40-
* (Bug fix) Restrict version of Pydantic to prevent V2 from accidently being used.
44+
* (Bug fix) Restrict version of Pydantic to prevent v2 from accidentally being used.
4145

4246
## [v0.13.1](https://github.com/simvue-io/client/releases/tag/v0.13.1) - 2023-03-28
4347

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ keywords:
4242
- alerting
4343
- simulation
4444
license: Apache-2.0
45-
commit: dd47b0c04e5c634a5bb39b216c71a38987de4360
46-
version: 1.0.2
47-
date-released: '2024-08-21'
45+
commit: 9806e02d805414b7f9a6569b3021268b86aeec5c
46+
version: 1.0.3
47+
date-released: '2024-09-23'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "simvue"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Simulation tracking and monitoring"
55
authors = ["Simvue Development Team <[email protected]>"]
66
license = "Apache v2"

0 commit comments

Comments
 (0)