Skip to content

Commit ddf93c8

Browse files
ljamtLevi Jamt
and
Levi Jamt
authoredApr 27, 2022
Preparing for release v0.9.0 (#203)
* using libcosimc v0.9.0 * updating changelog * setting release date Co-authored-by: Levi Jamt <[email protected]>
1 parent e69d1af commit ddf93c8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ For a more detailed list of all changes, click the header links for each version
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
66

7+
### [v0.9.0] – 2022-04-27
8+
9+
#### changed
10+
Using libcosimc v0.9.0
11+
12+
#### fixed
13+
Show missing x-value for scatter plots ([PR#201](https://github.com/open-simulation-platform/cosim-demo-app/pull/201))
14+
715
### [v0.8.3] – 2021-11-29
816

917
#### changed
10-
Using libcosim v0.8.3
18+
Using libcosimc v0.8.3
1119

1220
### [v0.8.2] – 2021-10-22
1321

@@ -22,3 +30,4 @@ First public release.
2230

2331
[v0.8.2]: https://github.com/open-simulation-platform/cosim-demo-app/compare/v0.7.0...v0.8.2
2432
[v0.8.3]: https://github.com/open-simulation-platform/cosim-demo-app/compare/v0.8.2...v0.8.3
33+
[v0.9.0]: https://github.com/open-simulation-platform/cosim-demo-app/compare/v0.8.3...v0.9.0

‎conanfile.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[generators]
22

33
[requires]
4-
libcosimc/0.9.0@osp/testing
4+
libcosimc/0.9.0@osp/stable
55

66
[options]
77
libcosim:proxyfmu=True

0 commit comments

Comments
 (0)
Please sign in to comment.