Skip to content

Commit d32e580

Browse files
committed
Release bdebstrap 0.6.1
Signed-off-by: Benjamin Drung <[email protected]>
1 parent 7d74e9c commit d32e580

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
bdebstrap 0.6.1 (2024-03-01)
2+
============================
3+
4+
* fix: use relative path for hooks directory
5+
([bug #10](https://github.com/bdrung/bdebstrap/issues/10))
6+
* Add type hints
7+
* Support removed `distutils` in Python 3.12
8+
([bug #12](https://github.com/bdrung/bdebstrap/issues/12))
9+
110
bdebstrap 0.6.0 (2023-12-18)
211
============================
312

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def run(self) -> None:
9191

9292
setup(
9393
name="bdebstrap",
94-
version="0.6.0",
94+
version="0.6.1",
9595
description="Benjamin's multi-mirror Debian chroot creation tool",
9696
long_description=LONG_DESCRIPTION,
9797
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)