summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:17:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:17:18 +0000
commit9b26070d6dd37d2ede84f74eadd31b1f3c147902 (patch)
tree641693bd3d3e9605cc5762fd6d0d521b795ee06f
parentMerging upstream version 0.1.26. (diff)
downloaddebputy-9b26070d6dd37d2ede84f74eadd31b1f3c147902.tar.xz
debputy-9b26070d6dd37d2ede84f74eadd31b1f3c147902.zip
Adding debian version 0.1.26.debian/0.1.26
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog22
1 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9d6f768..64f68d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+debputy (0.1.26) unstable; urgency=medium
+
+ * LSP/lint:
+ - Make debputy.manifest completer better at accounting for conflicting
+ keywords such as `as` vs. `sources` in `install`.
+ - The debputy.manifest completer now provides completions in more cases.
+ - Add basic support `debian/tests/control`. Note that `elpa-dpkg-dev-el`
+ does not support it yet in unstable (in git, expected to be 37.22) and
+ `vim` does not seem to have support for it.
+
+ * migrate-from-dh:
+ - Provide migration advice for known hook targets. Additionally, hook
+ targets with migration advice no longer triggers an unsupported
+ feature error (only a manual migration warning).
+ (Closes: debputy#78)
+
+ * lint: Fix crash bug when auto-fixing something at the start of a file
+
+ -- Niels Thykier <niels@thykier.net> Thu, 04 Apr 2024 12:36:11 +0200
+
debputy (0.1.25) unstable; urgency=medium
* LSP/lint:
@@ -21,7 +41,7 @@ debputy (0.1.25) unstable; urgency=medium
dependencies, which in turn should make arch bootstrapping easier.
(Closes: debputy#84)
* debputy: Make `debputy lsp editor-config` list known config names.
- Thanks to David Kalnischkies <david@kalnischkies.de> (Closes: #82)
+ Thanks to David Kalnischkies <david@kalnischkies.de> (Closes: debputy#82)
* LSP: Fallback to filename based detection if no language id is provided
[ Otto Kekäläinen ]