Skip to content

Commit ed0aee3

Browse files
committed
Prepare for v1.0.6 release
1 parent 18a0bc4 commit ed0aee3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## [v1.0.6](https://github.com/simvue-io/client/releases/tag/v1.0.6) - 2024-10-10
4+
5+
* Fix incorrect usage of `retry` when attempting connections to the server.
6+
37
## [v1.0.5](https://github.com/simvue-io/client/releases/tag/v1.0.5) - 2024-10-09
48

59
* Ensure all functionality is deactivated when mode is set to `disabled`.

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: 1ea4202aed602cf94b208f065b28d34d2225176f
46-
version: 1.0.5
47-
date-released: '2024-10-09'
45+
commit: 18a0bc4b9254da39988909f0d187b0c9dab8000f
46+
version: 1.0.6
47+
date-released: '2024-10-10'

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

0 commit comments

Comments
 (0)