From d2d6c4140223053ac8363bad42c776c6116f51eb Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Thu, 9 Jan 2025 11:45:37 +0100 Subject: [PATCH] docs: update changelog with format support changes and Dockerfile updates --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62fcdae..341a8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Unit Tests**: - URI replacements and resource clearing functionality. - - Support for multiple formats: GeoTIFF, Atom, DOCX, ODT, XLSX, JPEG, PDF, TXT, TIF. + - Support for multiple formats: Atom, DOCX, GeoTIFF, GeoJSON, JPEG, ODT, ODS, PDF, RDF, TXT, WMTS, XLSX. - Frictionless Data Resource validation. - **Report Generation**: @@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated coverage settings to better manage test file inclusion/exclusion. - Test files are now excluded from coverage reports to focus on measuring application code quality. +- **Dockerfile**: Switched base image to `python:3.10` and updated installation steps for dependencies, pipx, and Poetry. + ## [1.0.0] - 2024-12-20 ### Added -- GitLab