From 6a9ec25d1ae2aa39b03b2a790fb2a204873167c9 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Thu, 12 Jun 2025 16:28:43 -0500 Subject: [PATCH] Update changelog for 2.0.0-1 release --- debian/changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index e54ccd9..85234fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +gt-tool (2.0.0-1) unstable; urgency=medium + + * Interrogate list_releases result more closely + * Interrogate create_release result more closely + * Drop unused imports + * "Fix" the test case + * Interrogate create_release_attachment result + * Fold client-error-decode into a util function + * Add `Attachment` struct, new iface for create-rel + * Update main.rs to use new attachment iface + * Delete the unit tests + * ... and the unit testing notes in README.md + * Drop unused import in api/release.rs + * Use pre Rust 1.81 compatible file-exists test + * Rediff patches + + -- Robert Garrett Thu, 12 Jun 2025 16:28:18 -0500 + gt-tool (1.0.0-1) unstable; urgency=low * Experimental release.