Skip to content

Commit

Permalink
Release bdebstrap 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Aug 1, 2024
1 parent 6374269 commit f646bd0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
bdebstrap 0.7.0 (2024-08-01)
============================

* feat: change default YAML flow style to `False`
([PR #11](https://github.com/bdrung/bdebstrap/pull/11))
* setup.py: Address pylint 3.2.2 complains
([bug #13](https://github.com/bdrung/bdebstrap/issues/13),
[Debian bug #1074516](https://bugs.debian.org/1074516) and
[#1074699](https://bugs.debian.org/1074699))
* test: support skip running linters via `SKIP_LINTERS=1` environment variable
* fix(tests): Call pylint binary instead of the module
* feat: Add type annotations and check them with mypy

bdebstrap 0.6.1 (2024-03-01)
============================

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

setup(
name="bdebstrap",
version="0.6.1",
version="0.7.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 f646bd0

Please sign in to comment.