Skip to content

Commit

Permalink
Release bdebstrap 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Dec 18, 2023
1 parent 9b41096 commit 5e8db0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
bdebstrap 0.6.0 (2023-12-18)
============================

* examples: Add Ubuntu live system example
* chore: format Python code with black 23.1
* Fix sanitizing local .deb packages
([bug #7](https://github.com/bdrung/bdebstrap/issues/7))
* feat: Add support for mmdebstrap's --extract-hook option
* feat: Add support for mmdebstrap's --skip option
* feat: remove proot mode
* feat: Add support for mmdebstrap's --hook-dir option

bdebstrap 0.5.0 (2022-11-10)
============================

* feat: Add support for mmdebstrap's `--format` option
([bug #4](https://github.com/bdrung/bdebstrap/issues/4))


bdebstrap 0.4.1 (2022-11-01)
============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self):

setup(
name="bdebstrap",
version="0.5.0",
version="0.6.0",
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 5e8db0d

Please sign in to comment.