Update for 0.1.1

This commit is contained in:
Josh W 2024-09-06 13:44:54 -04:00
parent 6fa95fd45d
commit 2fa5defe08

View file

@ -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!