Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Nov 11, 2024
1 parent 23399f7 commit 9c2eeb4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9c2eeb4

Please sign in to comment.