diff --git a/NEWS.md b/NEWS.md index 87c586f..c5d57ad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +bdebstrap 0.6.1 (2024-03-01) +============================ + +* fix: use relative path for hooks directory + ([bug #10](https://github.com/bdrung/bdebstrap/issues/10)) +* Add type hints +* Support removed `distutils` in Python 3.12 + ([bug #12](https://github.com/bdrung/bdebstrap/issues/12)) + bdebstrap 0.6.0 (2023-12-18) ============================ diff --git a/setup.py b/setup.py index 2bd8a65..785bbb3 100755 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ def run(self) -> None: setup( name="bdebstrap", - version="0.6.0", + version="0.6.1", description="Benjamin's multi-mirror Debian chroot creation tool", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",