Skip to content

Commit

Permalink
Merge pull request #120 from ModiaSim/release0.12.0
Browse files Browse the repository at this point in the history
Release0.12.0
  • Loading branch information
AndreaNeumayr authored May 30, 2023
2 parents 5cad95f + 0ea8891 commit 8d4318e
Show file tree
Hide file tree
Showing 88 changed files with 6,368 additions and 1,084 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7.3'
- '1.8.5'
os:
- ubuntu-latest
- windows-latest
Expand Down
745 changes: 427 additions & 318 deletions Manifest.toml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["Andrea Neumayr <[email protected]>", "Martin Otter <[email protected]>", "Gerhard Hippmann <[email protected]>"]
name = "Modia3D"
uuid = "07f2c1e0-90b0-56cf-bda7-b44b56e34eed"
version = "0.11.2"
version = "0.12.0"

[compat]
Colors = "0.12, 0.11, 0.10"
Expand All @@ -12,7 +12,7 @@ HTTP = "0.9"
JSON = "0.21"
Measurements = "2"
MeshIO = "0.4.10"
Modia = "0.9.3"
Modia = "0.10.0"
MonteCarloMeasurements = "1"
OrderedCollections = "1"
Reexport = "1.0"
Expand Down
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ makedocs(
"tutorial/GettingStarted.md",
"tutorial/HierarchicalModels.md",
"tutorial/RecursiveModels.md",
"tutorial/CollisionHandling.md"
"tutorial/CollisionHandling.md",
"tutorial/SegmentedSimulation.md"
],
"Components" => [
"Components/Object3D.md"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8d4318e

Please sign in to comment.