From be4c5266aaf782188a8444d4467f360d25c9535f Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Mon, 13 May 2024 20:51:35 +0200 Subject: [PATCH] release: bump version to 1.1.0 --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++ qgis_resource_sharing/metadata.txt | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 846d38fc..70eb172a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## 1.1.0 - 2024-05-13 + +### Bugs fixes 🐛 + +* fix: CI fails because of broken Qt ppa by @Guts in +* CI: fix minimum python version by @Guts in + +### Features and enhancements 🎉 + +* Do not use reserved keyword id as a function parameter by @ptitjano in +* refacto: use plugin title from metadata to name the logger by @Guts in +* improve(ui): complete i18n and add some icons by @Guts in + +### Tooling 🔧 + +* tooling: bump dev dependencies and update git hooks by @Guts in +* tooling: update VS Code configuration by @Guts in +* ci: run tests against embedded requirements changes by @Guts in +* ci: run tests against testing deps changes by @Guts in +* docs: use new GitHub Pages workflow instead of gh-pages branch by @Guts in + +### Other Changes + +* Update metadata.txt about tags by @Gustry in +* packaging: pin qgis-plugin-ci version by @Guts in +* chore(deps): replace semver with packaging by @Guts in +* update(packaging): set QGIS maximum version by @Guts in + +### New Contributors + +* @Gustry made their first contribution in +* @ptitjano made their first contribution in + ## 1.1.0-beta1 - 2024-01-19 ### Bugs fixes 🐛 diff --git a/qgis_resource_sharing/metadata.txt b/qgis_resource_sharing/metadata.txt index a182eb8f..43f1316a 100644 --- a/qgis_resource_sharing/metadata.txt +++ b/qgis_resource_sharing/metadata.txt @@ -14,7 +14,7 @@ repository=https://github.com/QGIS-Contribution/QGIS-ResourceSharing/ tracker=https://github.com/QGIS-Contribution/QGIS-ResourceSharing/issues/ # versioning -version=1.1.0-beta1 +version=1.1.0 qgisMinimumVersion=3.22 qgisMaximumVersion=3.34.5 experimental=True