Add changelog

Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
This commit is contained in:
Bernát Gábor 2022-09-06 01:14:53 -07:00
parent 6952c1c668
commit ae9a336741
No known key found for this signature in database
GPG Key ID: D6E607F53BFFEC7F
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
# Changelog # 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 ## 2.2.1
- Fix `--user-only` and `--freeze` flags which were broken after the last release. - Fix `--user-only` and `--freeze` flags which were broken after the last release.