We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d74e9c commit d32e580Copy full SHA for d32e580
NEWS.md
@@ -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
10
bdebstrap 0.6.0 (2023-12-18)
11
============================
12
setup.py
@@ -91,7 +91,7 @@ def run(self) -> None:
91
92
setup(
93
name="bdebstrap",
94
- version="0.6.0",
+ version="0.6.1",
95
description="Benjamin's multi-mirror Debian chroot creation tool",
96
long_description=LONG_DESCRIPTION,
97
long_description_content_type="text/markdown",
0 commit comments