Update for 0.1.1
This commit is contained in:
parent
6fa95fd45d
commit
2fa5defe08
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased] - ??-??-????
|
||||
|
||||
## [0.1.1] - 2024-09-06
|
||||
### Changed
|
||||
* Base Python version is now 3.8.
|
||||
* Supports up to Python 3.12
|
||||
* Now builds for most other supported architectures. (Windows ARM64 disabled for now)
|
||||
|
||||
### Fixed
|
||||
* Removed MSVC check due to setuptools deprecating more of distutils functions. (#1)
|
||||
|
||||
## [0.1.0] - 2021-03-25
|
||||
### Added
|
||||
* First release!
|
||||
|
|
Loading…
Reference in a new issue