File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
- ## Unreleased
3
+ ## [ v1.1.1 ] ( https://github.com/simvue-io/client/releases/tag/v1.1.1 ) - 2024-10-22
4
4
5
5
* Add missing ` offline.cache ` key to TOML config.
6
+ * Fix repetition of server URL validation for each call to configuration.
6
7
7
8
## [ v1.1.0] ( https://github.com/simvue-io/client/releases/tag/v1.1.0 ) - 2024-10-21
8
9
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ keywords:
42
42
- alerting
43
43
- simulation
44
44
license : Apache-2.0
45
- commit : 789f18bcfe8ddd32b1da903cbe6b2089e9112d3d
46
- version : 1.1.0
47
- date-released : ' 2024-10-21 '
45
+ commit : a475a0e3f6e48257f8d2d04d0ddf1652e2d9e924
46
+ version : 1.1.1
47
+ date-released : ' 2024-10-22 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " simvue"
3
- version = " 1.1.0 "
3
+ version = " 1.1.1 "
4
4
description = " Simulation tracking and monitoring"
5
5
authors = [
" Simvue Development Team <[email protected] >" ]
6
6
license = " Apache v2"
You can’t perform that action at this time.
0 commit comments