56 lines
1.8 KiB
Plaintext
56 lines
1.8 KiB
Plaintext
gt-tool (2.2.0-2) unstable; urgency=medium
|
|
|
|
* Fix: "Source:" URL in debian/copyright
|
|
* Fix typo in copyright comment
|
|
|
|
-- Robert Garrett <robertgarrett404@gmail.com> Sun, 13 Jul 2025 16:59:25 -0500
|
|
|
|
gt-tool (2.2.0-1) unstable; urgency=medium
|
|
|
|
* Basic impl Display for the Release struct
|
|
* Print releases in reverse order for easier reading
|
|
* Colorize the output!
|
|
* Remove trailing newline in Release item printout
|
|
* Galaxy-brained newline intersperse function
|
|
* Change to free-fn intersperse for stdlib compat
|
|
* `Release.colorized()`, not std::fmt::Display
|
|
* Address most of the cargo-clippy lints
|
|
* Prefix unused variables to quiet the linter
|
|
* Autoformat
|
|
* Oops, missed one
|
|
* Bump to v2.2.0
|
|
* Lift the empty-body string outside the let-if
|
|
* Add the new dependencies to debian/control
|
|
|
|
-- Robert Garrett <robertgarrett404@gmail.com> Fri, 04 Jul 2025 10:10:54 -0500
|
|
|
|
gt-tool (2.1.0-1) unstable; urgency=medium
|
|
|
|
* Fix: incorrect field names for `Attachment`
|
|
|
|
-- Robert Garrett <robertgarrett404@gmail.com> Thu, 12 Jun 2025 17:51:12 -0500
|
|
|
|
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 <robertgarrett404@gmail.com> Thu, 12 Jun 2025 16:28:18 -0500
|
|
|
|
gt-tool (1.0.0-1) unstable; urgency=low
|
|
|
|
* Experimental release.
|
|
|
|
-- Robert Garrett <robertgarrett404@gmail.com> Sun, 1 Jun 2025 16:05:00 -0500
|