Skip to content

Commit

Permalink
Release bdebstrap 0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Mar 1, 2024
1 parent 7d74e9c commit d32e580
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d32e580

Please sign in to comment.