From 4575939991576f975c46949b0cc575474bf2e14d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:43:21 +0200 Subject: Adding debian version 0.1.35. Signed-off-by: Daniel Baumann --- debian/changelog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c2f471d..2ee1567 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,36 @@ +debputy (0.1.35) unstable; urgency=medium + + [ Niels Thykier ] + * Manifest: + - Fix inverted boolean logic causing `path-metadata` to reject matched + directories when it should have allowed the match. + + * LSP/Lint: + - In regex based validation, ignore values with substvars to avoid + false positives. + - Fix typo in hover doc + - Fix two minor bugs (an out of bounds and None exception) + - Avoid double colon when completion YAML keys and there was already + a colon. + - Fix a bug where the YAML completion would not work properly if there was + any content on the line after the current line. + + + * debputy: Considerably reduce the output during package build by: + - Do not announce loading of bundled plugins + - Avoid unnecessary output related to installations (like search dir and + discard rules) for `rrr` integration mode. + - Reduce the log level to `warning` by default from info (other subcommands + still start on `info` level by default). In the `debhelper` integration + modes, `export DH_VERBOSE=1` will restore the `info` level logging. + - Guard some information (such as most commands being run) beyond info + logging. + + [ Colin Watson ] + * LSP/Lint: Fix section for python3-zope.* + + -- Niels Thykier Wed, 05 Jun 2024 17:33:57 +0000 + debputy (0.1.34) unstable; urgency=medium * LSP/Lint: -- cgit v1.2.3