From ddf93c8fd6aeb6723ca87cd7040b9f8c316c6621 Mon Sep 17 00:00:00 2001 From: Levi Jamt Date: Wed, 27 Apr 2022 10:42:41 +0200 Subject: [PATCH] Preparing for release v0.9.0 (#203) * using libcosimc v0.9.0 * updating changelog * setting release date Co-authored-by: Levi Jamt --- CHANGELOG.md | 11 ++++++++++- conanfile.txt | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d2015..7856279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ For a more detailed list of all changes, click the header links for each version This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +### [v0.9.0] – 2022-04-27 + +#### changed +Using libcosimc v0.9.0 + +#### fixed +Show missing x-value for scatter plots ([PR#201](https://github.com/open-simulation-platform/cosim-demo-app/pull/201)) + ### [v0.8.3] – 2021-11-29 #### changed -Using libcosim v0.8.3 +Using libcosimc v0.8.3 ### [v0.8.2] – 2021-10-22 @@ -22,3 +30,4 @@ First public release. [v0.8.2]: https://github.com/open-simulation-platform/cosim-demo-app/compare/v0.7.0...v0.8.2 [v0.8.3]: https://github.com/open-simulation-platform/cosim-demo-app/compare/v0.8.2...v0.8.3 +[v0.9.0]: https://github.com/open-simulation-platform/cosim-demo-app/compare/v0.8.3...v0.9.0 diff --git a/conanfile.txt b/conanfile.txt index ec5a16c..6b33aec 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,7 +1,7 @@ [generators] [requires] -libcosimc/0.9.0@osp/testing +libcosimc/0.9.0@osp/stable [options] libcosim:proxyfmu=True