From df89f0bdfe7ced0872d8b12cb18223e903f88f5b Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 6 Sep 2024 12:47:51 +0200 Subject: [PATCH] Start with a basic changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9f9c017 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ + + +# Unreleased: 0.4.2 + +- Switch to GitHub Actions for CI (instead of Travis CI) +- Various documentation and readme tweaks +- Add type annotations ([#12](https://github.com/soxofaan/dahuffman/issues/12), [#13](https://github.com/soxofaan/dahuffman/pull/13), by [@KOLANICH](https://github.com/KOLANICH)) +- Introduce code formatting tools; black, isort, pre-commit +- Eliminate `pkg_resources` dependency and switch to `importlib.resources` for Python 3.12+ compatibility ([#19](https://github.com/soxofaan/dahuffman/issues/19)) +- Switch to `pyproject.toml` based project metadata ([#21](https://github.com/soxofaan/dahuffman/issues/21)) + + +# 0.4.1 (2020-06-10) + +- Fix packaging of `dahuffman.codecs` ([#10](https://github.com/soxofaan/dahuffman/issues/10)) +