From 5f9addfc1aa9e8eff63c8f81611f46ae9b21dc76 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Silva Date: Wed, 12 Jan 2022 22:08:57 +0000 Subject: [PATCH] Prepare release of version 0.9.0 --- CHANGELOG.md | 20 ++++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f27ee5e..25095c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Fix dataset abstract not being shown on the UI anymore -- Updated user guide + + +## [0.9.0] - 2022-01-12 + +### Added +- Add connection capabilities and detected version details +- Connection test now uses auth credentials, if available + +### Changed - Layer uploads also send SLD style -- Connection test uses auth credentials, if available +- Update user guide + +### Fixed +- Fix re-download of metadata for loaded layers +- Fix dataset abstract not being shown on the UI anymore ## [0.5.0] - 2021-12-29 @@ -151,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add geonode API client -[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.5.0...main +[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.0...main +[0.9.0]: https://github.com/kartoza/qgis_geonode/compare/v0.9.0...main [0.5.0]: https://github.com/kartoza/qgis_geonode/compare/v0.5.0...main [0.4.0]: https://github.com/kartoza/qgis_geonode/compare/v0.4.0...main [0.3.4]: https://github.com/kartoza/qgis_geonode/compare/v0.3.4...main diff --git a/pyproject.toml b/pyproject.toml index 2b25e029..88544ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qgis_geonode" -version = "0.6.0-dev" +version = "0.9.0" description = "A QGIS plugin for integrating with GeoNode" authors = ["Kartoza "] license = "GPL-3.0-or-later"