Skip to content

Commit

Permalink
Merge pull request #82 from pblottiere/v1.1.0
Browse files Browse the repository at this point in the history
Prepare v1.1.0
  • Loading branch information
pblottiere authored Sep 24, 2024
2 parents bcfa520 + 3a03b9b commit 44900bf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down

0 comments on commit 44900bf

Please sign in to comment.