From 2b9181270b7ba0e8532212f3e7283649ea3ff026 Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Thu, 19 Sep 2019 10:55:49 +0200 Subject: [PATCH] 0.2.1 changelog --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 52f8bf3..88359eb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 0.2.1 - `setup.py` Bugfix + +Dependency `makefun` was not correctly declared into `setup.py`. Fixes [#6](https://github.com/smarie/python-fprules/issues/6). + ### 0.2.0 - First public version `file_pattern` now returns a generator. Fixed [#1](https://github.com/smarie/python-fprules/issues/1).