Skip to content

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Jun 4, 2023
1 parent 87c4925 commit 0525c50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ functionalities of these packages.

## Release Notes

### Version 0.12.0

- Improved documentation of built-in component functions.

**Non-backwards** compatible changes

- Renamed struct `SimulationModel` to `InstantiatedModel`.
- Renamed function `get_scalar_x_segmented_value` to `copy_scalar_x_segmented_value_from_state`
- Renamed function `get_SVector3_x_segmented_value` to `copy_SVector3_x_segmented_value_from_state`
- Renamed function `get_Vector_x_segmented_value!` to `copy_Vector_x_segmented_value_from_state`
- Renamed function `add_der_x_segmented_value!` to `copy_der_x_segmented_value_to_state`
- Renamed function `add_w_segmented_value!` to `copy_w_segmented_value_to_result`


### Version 0.11.0

- Require ModiaBase 0.11.1
Expand Down
2 changes: 1 addition & 1 deletion src/Modia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Main module of Modia.
module Modia

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

Expand Down

0 comments on commit 0525c50

Please sign in to comment.