Skip to content

Commit

Permalink
Prepare release of version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva committed Feb 25, 2022
1 parent 13679a0 commit a2a72bd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Fixed first usage crash due to there not being a current connection
- Changed default WFS version for new connections is now 1.1.0, which is known to work OK when editing vector


## [1.0.0] - 2022-02-25

### Changed
- Default WFS version for new connections is now 1.1.0, which is known to work OK when editing vector
layers via WFS

### Fixed
- First usage crash due to there not being a current connection


## [1.0.0-rc1] - 2022-02-23

Expand Down Expand Up @@ -214,7 +221,9 @@ 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.9.5...main
[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v1.0.0...main
[1.0.0]: https://github.com/kartoza/qgis_geonode/compare/v1.0.0...main
[1.0.0-rc1]: https://github.com/kartoza/qgis_geonode/compare/v1.0.0-rc1...main
[0.9.5]: https://github.com/kartoza/qgis_geonode/compare/v0.9.5...main
[0.9.4]: https://github.com/kartoza/qgis_geonode/compare/v0.9.4...main
[0.9.3]: https://github.com/kartoza/qgis_geonode/compare/v0.9.3...main
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@

A QGIS plugin that provides integration with GeoNode.

Check out the plugin documentation at:
Main documentation for this plugin, including development docs, available at:

<https://kartoza.github.io/qgis_geonode/>


Initial development done by [kartoza](https://kartoza.com)


## Vendorized dependencies

This plugin uses part of the code of the
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qgis_geonode"
version = "1.0.0-dev"
version = "1.0.0"
description = "A QGIS plugin for integrating with modern GeoNode"
authors = ["Kartoza <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -38,7 +38,7 @@ exclude = """\
name = "QGIS GeoNode"
qgisMinimumVersion = "3.18"
icon = "plugin-logo.png"
experimental = "True"
experimental = "False"
deprecated = "False"
homepage = "https://kartoza.github.io/qgis_geonode"
tracker = "https://github.com/kartoza/qgis_geonode/issues"
Expand Down

0 comments on commit a2a72bd

Please sign in to comment.