From 0d8059c4afe7dc24f0c352a56cb7c360986a6ee0 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Tue, 24 Sep 2024 14:30:58 +0200 Subject: [PATCH 1/2] Prepare v1.1.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27639e7..b53425f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.0] - 2024-09-24 + +### Added + +- Add Python files after installation of dependencies in Dockerfile : https://github.com/pblottiere/QSA/pull/68 +- Add basic cache entrypoints : https://github.com/pblottiere/QSA/pull/74 +- Add data type and band counts metadata for raster layers : https://github.com/pblottiere/QSA/pull/80 + +### Fixed + +- Always create parent directory for internal sqlite database : https://github.com/pblottiere/QSA/pull/73 +- Clear MapProxy legends cache : https://github.com/pblottiere/QSA/pull/78 + + ## [1.0.0] - 2024-07-31 ### Added From 3a03b9ba87b9c85bf7ed6aaec289f9c37833e59c Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Tue, 24 Sep 2024 14:33:05 +0200 Subject: [PATCH 2/2] Update badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d47516..22b6599 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # QGIS Server Administration -[![Release](https://img.shields.io/badge/release-1.0.0-green.svg)](https://github.com/pblottiere/QSA/releases) +[![Release](https://img.shields.io/badge/release-1.1.0-green.svg)](https://github.com/pblottiere/QSA/releases) [![CI](https://img.shields.io/github/actions/workflow/status/pblottiere/QSA/tests.yml)](https://github.com/pblottiere/QSA/actions) [![Documentation](https://img.shields.io/badge/docs-Book-informational)](https://pblottiere.github.io/QSA/)