From: Ian Jackson Date: Sat, 9 May 2026 10:54:52 +0000 (+0100) Subject: Release 1.3.3 X-Git-Tag: debian/1.3.3^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=1695f787bfc9962335bfa23ed4c3148de5dbe9c8;p=hippotat.git Release 1.3.3 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 6ca685a..d3ce140 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hippotat" -version = "1.3.2" +version = "1.3.3" dependencies = [ "backtrace", "base64", @@ -708,7 +708,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.3.2" +version = "1.3.3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.lock.minimal b/Cargo.lock.minimal index b224385..6eb4da5 100644 --- a/Cargo.lock.minimal +++ b/Cargo.lock.minimal @@ -657,7 +657,7 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hippotat" -version = "1.3.2" +version = "1.3.3" dependencies = [ "backtrace", "base64 0.21.0", @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.3.2" +version = "1.3.3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e0452a7..f32fe1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.3.2" +version = "1.3.3" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" diff --git a/debian/changelog b/debian/changelog index 357c826..9296c58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +hippotat (1.3.3) unstable; urgency=medium + + * Dependency updates. Allow reqwest sha2 0.11.x. + * tests: Add a sleep to try to make tests more reliable. + * tests: Add a sleep to try to make tests more reliable. + * Abolish proc macro and make hippotat-macros into a tombstone. + * Bump declared MSRV to 1.85. (We don't support bookworm's Rust anyway.) + * clippy: Suppress some false positives and test in CI. + * CI: Update to use trixie, and general oveerhaul. + + -- Ian Jackson Sun, 10 May 2026 23:34:52 +0100 + hippotat (1.3.2) unstable; urgency=medium * Dependency updates. Allow reqwest 0.13.x. diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 69093ee..41250ab 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.3.2" +version = "1.3.3" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"