From 4f5ef10e4488322be13772fd71f984016b130717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Thu, 20 Apr 2023 11:43:25 +0200 Subject: [PATCH] Prepare Changelog for version 3.1.0 --- ChangeLog.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5ad7060..e8bc17d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,11 +1,14 @@ CHANGES ======= -Not yet released ----------------- +3.1.0 +----- * [feature] the toml format is now supported by niet (https://github.com/openuado/niet/pull/77) +* [fix] replace deprecated pkg_resources by importlib.metadata * [CI/CD] move away from travis CI and fix existing github actions +* [CI/CD] publish to pypi with github actions +* [CI/CD] introduce black and isort and a couple of new dev tools 3.0.0 -----