summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..63c9cd0
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,30 @@
1# CHANGELOG
2
3All notable changes to this project will be documented in this file.
4This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).
5
6
7## Unreleased
8---
9
10### New
11* Maintain a `CHANGELOG.md` file.
12
13### Changes
14
15### Fixes
16
17### Breaks
18
19
20## 0.3.2 - (2020-09-22)
21---
22
23### New
24* Build Python 3.9 wheels.
25
26### Changes
27* Updated PyO3 to version `0.12`.
28
29### Fixes
30* Don't use star imports in `__init__.py` to give linters and type checkers more information. \ No newline at end of file