From 9c2eeb4099822a9ef9a00938e43fef9d65dc638b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Wi=C5=9Bniewski?= Date: Mon, 11 Nov 2024 13:15:14 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5b3fad..a9f8493e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning 2.0.0](https://semver.org/). +## Release 2.4.2 + +- Relaxed `pyparsing` dependency requirements to allow for use of `3.2` and above for + supported Python versions. +- Relaxed `numpy` dependency requirements to allow for use of `2.x` and above for + supported Python versions. +- Relaxed `pydantic` dependency requirements to allow for use of `2.x` and above for + supported Python versions. +- Relaxed `pillow` dependency requirements to allow for use of `8.x` and above for + supported Python versions. +- Relaxed `click` dependency requirements to allow for use of `8.x` and above for + supported Python versions. +- Relaxed Python version requirement to allow for use of `3.8` and above. +- Changed documentation deployment flow to include `latest`, `stable` and `dev` links. + ## Release 2.4.1 - Added support for comment based attributes (#217)