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 4e0dc37 commit 6fc167fCopy full SHA for 6fc167f
NEWS.md
@@ -1,3 +1,10 @@
1
+bdebstrap 0.5.0 (2022-11-10)
2
+============================
3
+
4
+* feat: Add support for mmdebstrap's `--format` option
5
+ ([bug #4](https://github.com/bdrung/bdebstrap/issues/4))
6
7
8
bdebstrap 0.4.1 (2022-11-01)
9
============================
10
setup.py
@@ -76,7 +76,7 @@ def run(self):
76
77
setup(
78
name="bdebstrap",
79
- version="0.4.1",
+ version="0.5.0",
80
description="Benjamin's multi-mirror Debian chroot creation tool",
81
long_description=LONG_DESCRIPTION,
82
long_description_content_type="text/markdown",
0 commit comments