Skip to content

Commit 8d4318e

Browse files
Merge pull request #120 from ModiaSim/release0.12.0
Release0.12.0
2 parents 5cad95f + 0ea8891 commit 8d4318e

File tree

88 files changed

+6368
-1084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+6368
-1084
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- '1.7.3'
17+
- '1.8.5'
1818
os:
1919
- ubuntu-latest
2020
- windows-latest

Manifest.toml

+427-318
Large diffs are not rendered by default.

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
authors = ["Andrea Neumayr <[email protected]>", "Martin Otter <[email protected]>", "Gerhard Hippmann <[email protected]>"]
22
name = "Modia3D"
33
uuid = "07f2c1e0-90b0-56cf-bda7-b44b56e34eed"
4-
version = "0.11.2"
4+
version = "0.12.0"
55

66
[compat]
77
Colors = "0.12, 0.11, 0.10"
@@ -12,7 +12,7 @@ HTTP = "0.9"
1212
JSON = "0.21"
1313
Measurements = "2"
1414
MeshIO = "0.4.10"
15-
Modia = "0.9.3"
15+
Modia = "0.10.0"
1616
MonteCarloMeasurements = "1"
1717
OrderedCollections = "1"
1818
Reexport = "1.0"

docs/make.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ makedocs(
1212
"tutorial/GettingStarted.md",
1313
"tutorial/HierarchicalModels.md",
1414
"tutorial/RecursiveModels.md",
15-
"tutorial/CollisionHandling.md"
15+
"tutorial/CollisionHandling.md",
16+
"tutorial/SegmentedSimulation.md"
1617
],
1718
"Components" => [
1819
"Components/Object3D.md"
Loading
Loading
Loading

0 commit comments

Comments
 (0)