Skip to content

Commit

Permalink
Release bdebstrap 0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed May 27, 2021
1 parent 0fba708 commit 7bf4c41
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
bdebstrap 0.1.2 (2021-05-27)

* examples: Install init instead of systemd-sysv
* Check import definition order with isort
* Format Python code with black
* Add test case for black code formatter
* Correct license claim from MIT to ISC
* Fix examples for non-amd64 architectures (fixes #2):
* Drop architectures from minimal examples
* Drop mirrors from minimal Ubuntu example
* Match also vmlinux* in Debian live example
* Update Debian live system example to bullseye

bdebstrap 0.1.1 (2020-06-18)

* Strip leading/trailing spaces/tabs from mirrors specified with `--mirrors`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run(self):

setup(
name="bdebstrap",
version="0.1.1",
version="0.1.2",
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 7bf4c41

Please sign in to comment.