blob: 63c9cd02da4ff83f0847f9185ffb1540bce93584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# CHANGELOG
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).
## Unreleased
---
### New
* Maintain a `CHANGELOG.md` file.
### Changes
### Fixes
### Breaks
## 0.3.2 - (2020-09-22)
---
### New
* Build Python 3.9 wheels.
### Changes
* Updated PyO3 to version `0.12`.
### Fixes
* Don't use star imports in `__init__.py` to give linters and type checkers more information.
|