Skip to content

Commit 69a3a59

Browse files
committed
Correct CHANGELOG
1 parent 970ea57 commit 69a3a59

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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-
7-
## [v1.0.5](https://github.com/simvue-io/client/releases/tag/v1.0.5) - 2024-10-09
3+
## Unreleased
84

95
* Add option to specify a callback executed when an alert is triggered for a run.
106
* Allow retrieval of all alerts when no constraints are specified.
@@ -13,10 +9,17 @@
139
* Allow the disabling of heartbeat to allow runs to continue indefinitely.
1410
* Verify Simvue server URL as early as possible.
1511
* Indicate the source used for token and URL.
12+
* Migrate to `simvue.toml` from `simvue.ini`, allowing more defaults to be set during runs.
13+
14+
## [v1.0.6](https://github.com/simvue-io/client/releases/tag/v1.0.6) - 2024-10-10
15+
16+
* Fix incorrect usage of `retry` when attempting connections to the server.
17+
18+
## [v1.0.5](https://github.com/simvue-io/client/releases/tag/v1.0.5) - 2024-10-09
19+
1620
* Ensure all functionality is deactivated when mode is set to `disabled`.
1721
* When an exception is thrown an event is sent to Simvue displaying the traceback.
1822
* If `add_process` is used and an exception is thrown, `.err` and `.out` files are still uploaded.
19-
* Migrate to `simvue.toml` from `simvue.ini`, allowing more defaults to be set during runs.
2023

2124
## [v1.0.4](https://github.com/simvue-io/client/releases/tag/v1.0.4) - 2024-09-24
2225

0 commit comments

Comments
 (0)