We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91b314 commit e87869cCopy full SHA for e87869c
1 file changed
CHANGELOG.md
@@ -4,14 +4,18 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## Unreleased
+## [0.9.1] - 2026-04-02
8
9
### Changes
10
- Update package to only support NEP29 range (Python 3.11 - 3.14 as of writing)
11
- Update packaging to be PEP518 compliant.
12
13
+### Changes (Internal)
14
+- fixed and improved automated deployment workflow (PR #82)
15
+
16
### Fixes
17
- removed deprecated pkg_resources use (#75)
18
+- fixed package metadata (#83)
19
20
## [0.9.0] - 2023-10-30
21
0 commit comments