From e22892b63ca0f6edbd71b0725f7e95fd14285500 Mon Sep 17 00:00:00 2001 From: auto Date: Thu, 7 Oct 2021 18:11:30 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d10e4..56b81ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 0.1.6 (Thu Oct 07 2021) + +#### ๐Ÿ› Bug Fix + +- Revert "Limit joblib version to pre-1.1.0" [#52](https://github.com/con/fscacher/pull/52) ([@jwodder](https://github.com/jwodder)) + +#### ๐Ÿงช Tests + +- Test against Python 3.10 [#49](https://github.com/con/fscacher/pull/49) ([@jwodder](https://github.com/jwodder)) +- Change pypy3 to pypy-3.7 on GitHub Actions [#50](https://github.com/con/fscacher/pull/50) ([@jwodder](https://github.com/jwodder)) + +#### Authors: 1 + +- John T. Wodder II ([@jwodder](https://github.com/jwodder)) + +--- + # 0.1.5 (Thu Oct 07 2021) #### ๐Ÿ› Bug Fix