Skip to content

Commit

Permalink
Release version 2.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Jul 17, 2024
1 parent 095035d commit f1aee5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: set safe directory
run: git config --global --add safe.directory /__w/qgisconefor/qgisconefor

- name: fix Python command
run: apt-get install python-is-python3

Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [2.0.0-rc3] - 2024-07-17

- Fixed docs update when a new release is tagged


## [2.0.0-rc2] - 2024-07-17

- Update docs
Expand Down Expand Up @@ -50,8 +55,9 @@ 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-rc2...main
[2.0.0-rc1]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc1...v2.0.0-rc2
[unreleased]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc3...main
[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
[2.0.0-rc1]: https://github.com/ricardogsilva/qgisconefor/compare/v1.2.1...v2.0.0-rc1
[1.2.1]: https://github.com/ricardogsilva/qgisconefor/compare/v1.2...v1.2.1
[1.2]: https://github.com/kartoza/qgis_geonode/releases/tag/v1.2
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-rc2"
version = "2.0.0-rc3"
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 f1aee5e

Please sign in to comment.