Skip to content

Commit

Permalink
Preparing release of v2.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Oct 11, 2024
1 parent d744083 commit 490620b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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


Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 490620b

Please sign in to comment.