diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed47c4..986f783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1] - 2024-11-11 + +### Fixed +- Dropped the 'experimental' flag + + ## [2.0.0] - 2024-11-11 +### Added - First public release in 9 years! - Update plugin to QGIS v3.x - 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 ### Added - First stable release -[unreleased]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0...main +[unreleased]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.1...main +[2.0.1]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc9...v2.0.0 [2.0.0-rc9]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc8...v2.0.0-rc9 [2.0.0-rc8]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc7...v2.0.0-rc8 diff --git a/pyproject.toml b/pyproject.toml index 2b41024..f19b10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qgisconefor" -version = "2.0.0" +version = "2.0.1" description = "A QGIS plugin to integrate with the Conefor landscape conectivity analysis software." authors = ["Ricardo Garcia Silva "] readme = "README.md" @@ -40,7 +40,7 @@ pluginadmin = "plugindev.pluginadmin:app" name = "QGIS Conefor" qgisMinimumVersion = "3.34.0" icon = "icon.png" -experimental = true +experimental = false deprecated = false homepage = "https://ricardogsilva.github.io/qgisconefor" tracker = "https://github.com/ricardogsilva/qgisconefor/issues"