From 5a587106447f832e1a5f578139f7b060d8656502 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Fri, 30 Aug 2024 20:03:04 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92be8fe..6a6a148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. ## [0.2.1] - 2024-08-30 - -+ Fix - documentation website -+ Update - `setup.py` with `kpms` installation as `extras_require` for consistency with other Elements -+ Update - Dockerfile ++ Fix - `mkdocs` build issues ++ Fix - `reader` module imports by adding `__init__.py` ++ Fix - Move KPMS installation to `extras_require` in `setup` for consistency with other Elements ++ Update - markdown files in `mkdocs` ++ Update- Dockerfile ## [0.2.0] - 2024-08-16 + Add - `load` functions and new secondary attributes for tutorial purposes