Skip to content

Commit 57b7076

Browse files
committed
Release v2.0.1
1 parent 21dfa3e commit 57b7076

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [2.0.1] - 2024-11-11
12+
13+
### Fixed
14+
- Dropped the 'experimental' flag
15+
16+
1117
## [2.0.0] - 2024-11-11
1218

19+
### Added
1320
- First public release in 9 years!
1421
- Update plugin to QGIS v3.x
1522
- Use native QGIS features like background tasks, main message bar, processing algorithms, etc.
@@ -140,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140147
### Added
141148
- First stable release
142149

143-
[unreleased]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0...main
150+
[unreleased]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.1...main
151+
[2.0.1]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0...v2.0.1
144152
[2.0.0]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc9...v2.0.0
145153
[2.0.0-rc9]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc8...v2.0.0-rc9
146154
[2.0.0-rc8]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc7...v2.0.0-rc8

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qgisconefor"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "A QGIS plugin to integrate with the Conefor landscape conectivity analysis software."
55
authors = ["Ricardo Garcia Silva <[email protected]>"]
66
readme = "README.md"
@@ -40,7 +40,7 @@ pluginadmin = "plugindev.pluginadmin:app"
4040
name = "QGIS Conefor"
4141
qgisMinimumVersion = "3.34.0"
4242
icon = "icon.png"
43-
experimental = true
43+
experimental = false
4444
deprecated = false
4545
homepage = "https://ricardogsilva.github.io/qgisconefor"
4646
tracker = "https://github.com/ricardogsilva/qgisconefor/issues"

0 commit comments

Comments
 (0)