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 | 1a0c8ab7fbef7e3755ae14d1ddb4acd6353a00f3 (patch) | |
tree | 82413fc9df43544c8026155e22fd20765ad67fe9 /debian | |
parent | Merging upstream version 0.1.32. (diff) | |
download | debputy-1a0c8ab7fbef7e3755ae14d1ddb4acd6353a00f3.tar.xz debputy-1a0c8ab7fbef7e3755ae14d1ddb4acd6353a00f3.zip |
Merging debian version 0.1.32.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 69d1d82..e15ac62 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-0.0~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: |