Skip to content

Commit

Permalink
Prepare release of version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva committed May 7, 2021
1 parent f509ba5 commit 07f8608
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2021-05-07

### Added
- Persist current search filters between restarts of QGIS
- Add icon to button that fetches keywords
- Improve user feedback when testing connections

### Fixed
- Improved layer loading with the CSW API
- Fix incorrect pagination results with the CSW API


## [0.3.0] - 2021-04-07

Expand Down Expand Up @@ -93,7 +104,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.3.0...main
[unreleased]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.1...main
[0.3.1]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.1...main
[0.3.0]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.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
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ In order to have a new version of the plugin release:
- 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
manually modify the `tool.poetry.version` key, or you can run the
`poetry version {version specifier}` command

- Create a new git annotated tag and push it to the repository. The tag name must
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.3.0"
version = "0.3.1"
description = "A QGIS plugin for integrating with GeoNode"
authors = ["Kartoza <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 07f8608

Please sign in to comment.