Skip to content

Commit

Permalink
Update CHANGELOG.md in preparation for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva committed Feb 2, 2021
1 parent 05b0089 commit a0de1ed
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added more metadata and documentation
- Manage GeoNode connections via GUI

## [0.1.0] - 2021-02-02

### Added
- Load GeoNode layers into QGIS
- Load a GeoNode metadata into the corresponding QGIS layer
- Manage GeoNode connections through the plugin GUI
- Improve plugin metadata and documentation

### Fixed
- Current connection settings are now always up-to-date with the GUI


## [0.0.9] - 2021-01-11

### Fixed
- Invalid plugin zip name


## [0.0.8] - 2021-01-08

### Fixed
Expand Down Expand Up @@ -41,7 +52,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_checklist_checker/compare/v0.0.9...main
[unreleased]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.1.0...main
[0.1.0]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.1.0...main
[0.0.9]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.0.9...main
[0.0.8]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.0.8...main
[0.0.7]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.0.7...main
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kartoza/qgis_geonode/Continuous%20Integration)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/kartoza/qgis_geonode?include_prereleases)
![GitHub milestone](https://img.shields.io/github/milestones/progress-percent/kartoza/qgis_geonode/1)
![GitHub milestone](https://img.shields.io/github/milestones/progress-percent/kartoza/qgis_geonode/2)
![GitHub](https://img.shields.io/github/license/kartoza/qgis_geonode)

A QGIS plugin that provides integration with GeoNode.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A [QGIS] plugin for working with [GeoNode] resources

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kartoza/qgis_geonode/Continuous%20Integration)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/kartoza/qgis_geonode?include_prereleases)
![GitHub milestone](https://img.shields.io/github/milestones/progress-percent/kartoza/qgis_geonode/1)
![GitHub milestone](https://img.shields.io/github/milestones/progress-percent/kartoza/qgis_geonode/2)
![GitHub](https://img.shields.io/github/license/kartoza/qgis_geonode)

---
Expand Down
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 = "qgis_geonode"
version = "0.0.9"
version = "0.1.0"
description = "A QGIS plugin for integrating with GeoNode"
authors = ["Kartoza <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit a0de1ed

Please sign in to comment.