Skip to content

Commit 7f664cd

Browse files
committed
Prepare for v1.0.2 release
1 parent dd47b0c commit 7f664cd

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## [v1.0.2](https://github.com/simvue-io/client/releases/tag/v1.0.2) - 2024-08-21
4+
5+
* Fix incorrect HTTP status code in `Client` when checking if object exists.
6+
* Fix issue with `running=False` when launching a `Run` caused by incorrect system metadata being sent to the server.
7+
38
## [v1.0.1](https://github.com/simvue-io/client/releases/tag/v1.0.1) - 2024-07-16
49

510
* Fix to `add_process` with list of strings as arguments, the executable no longer returns the string `"None"`.
@@ -60,6 +65,7 @@
6065
* Added logging messages for debugging when debug level set to `debug`.
6166

6267
## [v0.11.2](https://github.com/simvue-io/client/releases/tag/v0.11.2) - 2023-03-06
68+
6369
* Raise exceptions in `Client` class methods if run does not exist or artifact does not exist.
6470
* (Bug fix) `list_artifacts` optional category restriction now works.
6571

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: 74054e4c586f5b55ff62b95d05ad5fe67d8807f7
46-
version: 1.0.1
47-
date-released: '2024-07-16'
45+
commit: dd47b0c04e5c634a5bb39b216c71a38987de4360
46+
version: 1.0.2
47+
date-released: '2024-08-21'

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.1"
3+
version = "1.0.2"
44
description = "Simulation tracking and monitoring"
55
authors = ["Simvue Development Team <[email protected]>"]
66
license = "Apache v2"

0 commit comments

Comments
 (0)