diff --git a/CMakeLists.txt b/CMakeLists.txt index 36e345d4e..d44995ad1 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.6.0) -set(PROJECT_DEVELOPER_VERSION -rc.3) +set(PROJECT_DEVELOPER_VERSION ) project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX) # Set policies that affect the build. diff --git a/docs/changelogs/changelog_v0.6.0-rc.3.rst b/docs/changelogs/changelog_v0.6.0.rst similarity index 97% rename from docs/changelogs/changelog_v0.6.0-rc.3.rst rename to docs/changelogs/changelog_v0.6.0.rst index cfd4ed246..300829e4d 100644 --- a/docs/changelogs/changelog_v0.6.0-rc.3.rst +++ b/docs/changelogs/changelog_v0.6.0.rst @@ -1,5 +1,5 @@ -libCellML v0.6.0-rc.3 Changelog -=============================== +libCellML v0.6.0 Changelog +========================== Analyser -------- @@ -21,6 +21,8 @@ Generator --------- * Code generation: unit scaling for rate computation is the other way round by `@agarny `_ [`#1241 `_]. +* Generator: `computeComputedConstants()` may not generate some dependencies in the right place by `@agarny `_ [`#1217 `_]. +* Generator: use `size_t` rather than `int` in `nlaSolve()` by `@agarny `_ [`#1202 `_]. Imports ------- @@ -30,19 +32,13 @@ Imports Infrastructure -------------- +* CI build fixes by `@hsorby `_ [`#1268 `_]. * Update `cibuildwheel` by `@hsorby `_ [`#1264 `_]. * Add Codespell GitHub action by `@hsorby `_ [`#1234 `_]. * Remove FindPython* files by `@hsorby `_ [`#1236 `_]. * Update GitHub actions action to newer versions by `@hsorby `_ [`#1224 `_]. * Switch to using Here document by `@hsorby `_ [`#1200 `_]. -No category ------------ - -* CI build fixes by `@hsorby `_ [`#1268 `_]. -* Generator: `computeComputedConstants()` may not generate some dependencies in the right place by `@agarny `_ [`#1217 `_]. -* Generator: use `size_t` rather than `int` in `nlaSolve()` by `@agarny `_ [`#1202 `_]. - Python bindings --------------- diff --git a/docs/changelogs/index.rst b/docs/changelogs/index.rst index ef6df5d2e..333664acf 100644 --- a/docs/changelogs/index.rst +++ b/docs/changelogs/index.rst @@ -4,7 +4,7 @@ Changelogs .. toctree:: - changelog_v0.6.0-rc.3 + changelog_v0.6.0 changelog_v0.5.0 changelog_v0.4.0 changelog_v0.3.104 diff --git a/docs/index.rst b/docs/index.rst index dd71a0a95..04a49c749 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,7 @@ Changelogs .. toctree:: - changelogs/changelog_v0.6.0-rc.3 + changelogs/changelog_v0.6.0 changelogs/changelog_v0.5.0 changelogs/changelog_v0.4.0 changelogs/changelog_v0.3.104