Skip to content

Commit

Permalink
Start with a basic changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 6, 2024
1 parent 744f9c6 commit df89f0b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit df89f0b

Please sign in to comment.