Skip to content

Commit

Permalink
Create release v0.5.0-rc.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
abi-git-user committed Oct 12, 2023
1 parent 9588eb3 commit 2b7bdd4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/agarny>`_ [`#1184 <https://github.com/cellml/libcellml/pull/1184>`_].
* AnalyserVariable: hold onto the owning component reference by `@agarny <https://github.com/agarny>`_ [`#1185 <https://github.com/cellml/libcellml/pull/1185>`_].
* Analyser: don't optimise the order of variables and equations by `@agarny <https://github.com/agarny>`_ [`#1090 <https://github.com/cellml/libcellml/pull/1090>`_].
* Analyser: reworked the analysis of a model with external variables by `@agarny <https://github.com/agarny>`_ [`#1077 <https://github.com/cellml/libcellml/pull/1077>`_].
* Analyser: allow for the unknown variable to be either on the LHS or RHS of an equation by `@agarny <https://github.com/agarny>`_ [`#1071 <https://github.com/cellml/libcellml/pull/1071>`_].
Expand Down Expand Up @@ -80,6 +79,11 @@ Miscellaneous
* Analyser/Generator: replace if...else statements with switch ones wherever possible by `@agarny <https://github.com/agarny>`_ [`#1135 <https://github.com/cellml/libcellml/pull/1135>`_].
* Tests: added support for libXml2 2.9.11+ by `@agarny <https://github.com/agarny>`_ [`#1069 <https://github.com/cellml/libcellml/pull/1069>`_].

No category
-----------

* AnalyserVariable: hold onto the owning component reference by `@agarny <https://github.com/agarny>`_ [`#1185 <https://github.com/cellml/libcellml/pull/1185>`_].

Validation
----------

Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b7bdd4

Please sign in to comment.