Skip to content

Commit 0525c50

Browse files
committed
Added release notes
1 parent 87c4925 commit 0525c50

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/src/index.md

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

4343
## Release Notes
4444

45+
### Version 0.12.0
46+
47+
- Improved documentation of built-in component functions.
48+
49+
**Non-backwards** compatible changes
50+
51+
- Renamed struct `SimulationModel` to `InstantiatedModel`.
52+
- Renamed function `get_scalar_x_segmented_value` to `copy_scalar_x_segmented_value_from_state`
53+
- Renamed function `get_SVector3_x_segmented_value` to `copy_SVector3_x_segmented_value_from_state`
54+
- Renamed function `get_Vector_x_segmented_value!` to `copy_Vector_x_segmented_value_from_state`
55+
- Renamed function `add_der_x_segmented_value!` to `copy_der_x_segmented_value_to_state`
56+
- Renamed function `add_w_segmented_value!` to `copy_w_segmented_value_to_result`
57+
58+
4559
### Version 0.11.0
4660

4761
- Require ModiaBase 0.11.1

src/Modia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Main module of Modia.
99
module Modia
1010

1111
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
12-
const Version = "0.11.0"
12+
const Version = "0.12.0"
1313
const Date = "2023-06-04"
1414
const modelsPath = joinpath(Modia.path, "models")
1515

0 commit comments

Comments
 (0)