24 lines
654 B
Markdown
24 lines
654 B
Markdown
# Changelog
|
|
|
|
## [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!
|
|
|
|
### Known Issues
|
|
* Still need to create proper documentation. Sphinx-generated docs are in progress.
|
|
|
|
----
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|