summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-01-27 22:18:19 +0000
committerGitHub <noreply@github.com>2021-01-27 22:18:19 +0000
commitd0dbf823b7ce627ee77067cd87188fa9995ad783 (patch)
tree940adf9df8d964ef186356937e5cbbec69cf1ed2 /CHANGELOG.md
parenta8844843a6751ae77697a731abffc50402cf008e (diff)
Bump version to 0.4.1 (#29)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca861ed..6e603b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,19 +3,20 @@
3All notable changes to this project will be documented in this file. 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/). 4This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).
5 5
6## Unreleased
7---
6 8
7 9
8## Unreleased 10## 0.4.1 - (2021-01-27)
9--- 11---
10 12
11### New 13### New
14* Windows 32-bit prebuilt wheels.
12 15
13### Changes 16### Changes
14* Updated PyO3 to version `0.13`. 17* Updated PyO3 to version `0.13`.
15* Changed `__repr__` methods of classes to be more idiomatic. 18* Changed `__repr__` methods of classes to be more idiomatic.
16 19
17### Fixes
18
19### Breaks 20### Breaks
20* Dropped Python `3.5` support. 21* Dropped Python `3.5` support.
21 22