Skip to content

Commit

Permalink
prepare to release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva committed Feb 28, 2021
1 parent 63e8fec commit 126e58a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Fix invalid update date for versions released via custom plugin repo
- Add support for earlier GeoNode versions
- Add support for search filters
- Display GeoNode resource thumbnail on search results section

## [0.2.0] - 2021-02-28

### Added
- Add initial support for earlier GeoNode versions
- Initial support for search filters
- Add support for applying a vector layer's default SLD style when loading

### Changed
- Improve look of search results

### Fixed
- Fix invalid update date for versions released via custom plugin repo


## [0.1.1] - 2021-02-02

Expand Down Expand Up @@ -64,7 +72,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.1.1...main
[unreleased]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.2.0...main
[0.2.0]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.2.0...main
[0.1.1]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.1.1...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
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ contract.
In order to have a new version of the plugin release:
- Be sure to have updated the `CHANGELOG`
- Be sure to have updated the `CHANGELOG.md`
- Be sure to have updated the version on the `pyproject.toml` file. You can either
manually modify the `tool.poetry.version` key or you can run the
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.1.1"
version = "0.2.0"
description = "A QGIS plugin for integrating with GeoNode"
authors = ["Kartoza <info@kartoza.com>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 126e58a

Please sign in to comment.