From 2b7bdd4ea21351be0f9974c042a05922ea48cd98 Mon Sep 17 00:00:00 2001 From: abi-git-user Date: Fri, 13 Oct 2023 10:17:14 +1300 Subject: [PATCH] Create release v0.5.0-rc.4. --- CMakeLists.txt | 2 +- ...hangelog_v0.5.0-rc.3.rst => changelog_v0.5.0-rc.4.rst} | 8 ++++++-- docs/changelogs/index.rst | 2 +- docs/index.rst | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) rename docs/changelogs/{changelog_v0.5.0-rc.3.rst => changelog_v0.5.0-rc.4.rst} (99%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5caa30164f..4151623fb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Minimum OS X deployment vers set(PROJECT_NAME libCellML) set(PROJECT_URL https://libcellml.org) set(_PROJECT_VERSION 0.5.0) -set(PROJECT_DEVELOPER_VERSION -rc.3) +set(PROJECT_DEVELOPER_VERSION -rc.4) project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX) # Set policies that affect the build. diff --git a/docs/changelogs/changelog_v0.5.0-rc.3.rst b/docs/changelogs/changelog_v0.5.0-rc.4.rst similarity index 99% rename from docs/changelogs/changelog_v0.5.0-rc.3.rst rename to docs/changelogs/changelog_v0.5.0-rc.4.rst index 8bc8b8b5b7..b644ee6885 100644 --- a/docs/changelogs/changelog_v0.5.0-rc.3.rst +++ b/docs/changelogs/changelog_v0.5.0-rc.4.rst @@ -1,11 +1,10 @@ -libCellML v0.5.0-rc.3 Changelog +libCellML v0.5.0-rc.4 Changelog =============================== Analyser -------- * Analyser: add support for unknown variables that have been marked as external by `@agarny `_ [`#1184 `_]. -* AnalyserVariable: hold onto the owning component reference by `@agarny `_ [`#1185 `_]. * Analyser: don't optimise the order of variables and equations by `@agarny `_ [`#1090 `_]. * Analyser: reworked the analysis of a model with external variables by `@agarny `_ [`#1077 `_]. * Analyser: allow for the unknown variable to be either on the LHS or RHS of an equation by `@agarny `_ [`#1071 `_]. @@ -80,6 +79,11 @@ Miscellaneous * Analyser/Generator: replace if...else statements with switch ones wherever possible by `@agarny `_ [`#1135 `_]. * Tests: added support for libXml2 2.9.11+ by `@agarny `_ [`#1069 `_]. +No category +----------- + +* AnalyserVariable: hold onto the owning component reference by `@agarny `_ [`#1185 `_]. + Validation ---------- diff --git a/docs/changelogs/index.rst b/docs/changelogs/index.rst index 11990c11d1..558b3c42fb 100644 --- a/docs/changelogs/index.rst +++ b/docs/changelogs/index.rst @@ -4,7 +4,7 @@ Changelogs .. toctree:: - changelog_v0.5.0-rc.3 + changelog_v0.5.0-rc.4 changelog_v0.4.0 changelog_v0.3.104 changelog_v0.3.103 diff --git a/docs/index.rst b/docs/index.rst index a97b5553fd..18175b61b5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,7 @@ Changelogs .. toctree:: - changelogs/changelog_v0.5.0-rc.3 + changelogs/changelog_v0.5.0-rc.4 changelogs/changelog_v0.4.0 changelogs/changelog_v0.3.104 changelogs/changelog_v0.3.103