From bd601400517920b4cec2d7abddce63bba0cb03a6 Mon Sep 17 00:00:00 2001 From: Levi Jamt Date: Wed, 15 Sep 2021 10:49:22 +0200 Subject: [PATCH] preparing for release v0.8.1 (#658) --- CHANGELOG.md | 6 ++++++ version.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b388caed..d321e453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to libcosim will be documented in this file. This includes n This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +### [v0.8.1] – 2021-09-15 +##### Fixed +* Using proxyfmu v0.2.3 that fixes an assumtion that proxyfmu executable being located in working directory ([PR#657](https://github.com/open-simulation-platform/libcosim/pull/657), [proxyfmu#40](https://github.com/open-simulation-platform/proxy-fmu/issues/40)) +* Stopped-flag not reset when end-time exceeded ([PR#656](https://github.com/open-simulation-platform/libcosim/pull/656)) + ### [v0.8.0] – 2021-09-03 ##### Changed @@ -159,3 +164,4 @@ First OSP JIP partner release [v0.7.0]: https://github.com/open-simulation-platform/cse-core/compare/v0.6.0...v0.7.0 [v0.7.1]: https://github.com/open-simulation-platform/cse-core/compare/v0.7.0...v0.7.1 [v0.8.0]: https://github.com/open-simulation-platform/cse-core/compare/v0.7.1...v0.8.0 +[v0.8.1]: https://github.com/open-simulation-platform/cse-core/compare/v0.8.0...v0.8.1 diff --git a/version.txt b/version.txt index ac39a106..6f4eebdf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9.0 +0.8.1