summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-11-27 03:04:55 +0000
committerGitHub <noreply@github.com>2020-11-27 03:04:55 +0000
commitc53294dd3e4bb0c0c30cb55ca444fd1e4ce26df1 (patch)
treee66e162f24e62ae10059f21130dde36d487679ff /CHANGELOG.md
parent653221ca5463a4e785839bed6142dad04d6a6d6e (diff)
parent87442f6b187ccd31ccf8e7274143652d23a06468 (diff)
Merge pull request #14 from ArniDagur/keep-changelog
Keep a changelog using 'changelog-cli'
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