From 5e8db0d076adfa4fe40e8338cc48c044b0657d00 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Mon, 18 Dec 2023 16:58:25 +0100 Subject: [PATCH] Release bdebstrap 0.6.0 Signed-off-by: Benjamin Drung --- NEWS.md | 13 ++++++++++++- setup.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index cbade53..87c586f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) ============================ diff --git a/setup.py b/setup.py index 17d1035..976c295 100755 --- a/setup.py +++ b/setup.py @@ -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",