From 12ff6dc8b0e84cbac1a09c57e5bb1ef15f05eac5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Dec 2022 22:32:21 +0000 Subject: [PATCH] Bump versions and document 1.1.2 and link to ITP Signed-off-by: Ian Jackson --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- debian/changelog | 10 ++++++++++ macros/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f27e06..89bfbe3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "hippotat" -version = "1.1.1" +version = "1.1.2" dependencies = [ "backtrace", "base64", @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.1" +version = "1.1.2" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 38437ea..e77eeb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.1.1" +version = "1.1.2" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" @@ -25,7 +25,7 @@ path="server/server.rs" [dependencies] -hippotat-macros = { version = "1.1.1", path = "macros" } +hippotat-macros = { version = "1.1.2", path = "macros" } # versions specified here are mostly just guesses at what is needed # (or currently available): diff --git a/debian/changelog b/debian/changelog index fa2db36..69e2f61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +hippotat (1.1.2) unstable; urgency=medium + + Packaging and build improvements: + * Change `cargo-upstream` build-profile to `upstream-cargo` + as per debian-devel discussion. + * Add link to ITP bug, here: Closes:#1025898. + * Updated dependencies. + + -- Ian Jackson Sun, 18 Dec 2022 22:35:43 +0000 + hippotat (1.1.1) unstable; urgency=medium Packaging and build improvements: diff --git a/macros/Cargo.toml b/macros/Cargo.toml index a4e15af..fa32804 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.1.1" +version = "1.1.2" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later" -- 2.30.2