From ae9a336741214ef9314cb50f9adec8f0e28b9362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 6 Sep 2022 01:14:53 -0700 Subject: [PATCH] Add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index acf5bb8..cd945dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## 2.3.0 + +- Move to a package layout +- Add support for invocation via `-m` +- Support Python 3.11 +- Code now formatted via isort/black and linted via flake8 +- Move readme and changelog to markdown +- Now packaged via hatchling instead of setuptools + ## 2.2.1 - Fix `--user-only` and `--freeze` flags which were broken after the last release.