diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 04:46:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 04:46:50 +0000 |
commit | 0f9d14af358b87c601435aef665737e960188864 (patch) | |
tree | 9140de0121b37fa93447c177206af21235b481f6 | |
parent | Merging upstream version 0.1.32. (diff) | |
download | debputy-0f9d14af358b87c601435aef665737e960188864.tar.xz debputy-0f9d14af358b87c601435aef665737e960188864.zip |
Adding debian version 0.1.32.debian/0.1.32
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ffa4cbb..deedca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +debputy (0.1.32) unstable; urgency=medium + + * LSP/Lint: + - Fix bug where `d/copyright` and `d/tests/control` was read as `d/control` + in `debputy lsp server` (`debputy lint` was unaffected). + - Fix bug in `in_range` detection that was sometimes completely off. This + could cause incorrect hover docs or completion suggestions to appear. + Admittedly, the above bug almost makes this one seem like a non-issue + in comparison. + - Support completing filenames in `Files` fields of `debian/copyright`. + * debputy reformat: Provide separate message for no style vs. unsupported + style + + -- Niels Thykier <niels@thykier.net> Sun, 05 May 2024 12:41:27 +0000 + debputy (0.1.31) unstable; urgency=medium * LSP/Lint: |