From b480521c1fb23d08fb5bc92e35be4d6ca8a065c8 Mon Sep 17 00:00:00 2001 From: Volodymyr Yahello Date: Thu, 19 Nov 2020 21:47:19 +0200 Subject: [PATCH] Release 0.2.1 version --- CHANGELOG.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d97770..60587f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ +Versions +======== + +* 0.2.1 + - Use unittest pytestmark for factory method tests + - Use coverage package for CI + - Fix docs style for github pages + - Support python 3.9 + - Bump requirements packages + - Use 80 chars for code * 0.2.0 - * Add unit tests coverage + - Add unit tests coverage * 0.1.1 - * Polish documentation + - Polish documentation * 0.1.0 - * Distribute first version of a project + - Distribute first version of a project