Skip to content

Commit 475bbbc

Browse files
committed
New Modia version 0.12.1
1 parent 9a15ad3 commit 475bbbc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
authors = ["Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>", "Martin Otter <Martin.Otter@dlr.de>"]
22
name = "Modia"
33
uuid = "cb905087-75eb-5f27-8515-1ce0ec8e839e"
4-
version = "0.12.0"
4+
version = "0.12.1"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -23,7 +23,6 @@ SignalTables = "3201582d-3078-4276-ba5d-0a1254d79d7c"
2323
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
2424
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2525
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
26-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2726
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2827
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2928

@@ -50,3 +49,4 @@ julia = "1.7"
5049

5150
[extras]
5251
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
52+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

docs/src/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ functionalities of these packages.
4242

4343
## Release Notes
4444

45+
### Version 0.12.1
46+
47+
- Pull request [#170](https://github.com/ModiaSim/Modia.jl/pull/170)
48+
(tstops in simulation engine changed from Tuple to Vector, since otherwise incompability with new Sundials version).
49+
50+
4551
### Version 0.12.0
4652

4753
- Improved documentation of built-in component functions.

0 commit comments

Comments
 (0)