diff --git a/CHANGELOG.md b/CHANGELOG.md index d0549f5..bc165ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [2.0.0-rc5] - 2024-10-11 + ### Added - Generate a new layer whenever node id or node attribute are not set with autogenerated values for these missing properties @@ -21,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed option for creating an output vector layer with the distances from the main plugin dialog ### Fixed +- Progress display now takes into account the total number of lines to be written - Will now re-analyze layers whenever their attribute table changes @@ -99,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First stable release -[unreleased]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc4...main +[unreleased]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc5...main +[2.0.0-rc5]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc4...v2.0.0-rc5 [2.0.0-rc4]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc3...v2.0.0-rc4 [2.0.0-rc3]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc2...v2.0.0-rc3 [2.0.0-rc2]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc1...v2.0.0-rc2 diff --git a/pyproject.toml b/pyproject.toml index b17ecd7..0549a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qgisconefor" -version = "2.0.0-dev" +version = "2.0.0-rc5" description = "A QGIS plugin to integrate with the Conefor landscape conectivity analysis software." authors = ["Ricardo Garcia Silva "] readme = "README.md"