Compare commits
3 Commits
debian/2.0
...
debian/2.1
| Author | SHA1 | Date | |
|---|---|---|---|
| bbae6b4395 | |||
| 2c03c5ba4d | |||
| 136c051c82 |
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
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
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct Attachment {
|
||||
name: String,
|
||||
size: i64,
|
||||
download_count: i64,
|
||||
created: String, // TODO: Date-time struct
|
||||
created_at: String, // TODO: Date-time struct
|
||||
uuid: String,
|
||||
download_url: String,
|
||||
browser_download_url: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user