From: Ian Jackson Date: Fri, 23 Feb 2024 16:45:34 +0000 (+0000) Subject: Update version to 1.1.10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e0492b6de85ae40b158f2003d29535f617892971;p=hippotat.git Update version to 1.1.10 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 73fd73f..4bcffc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,7 +534,7 @@ checksum = "bd5256b483761cd23699d0da46cc6fd2ee3be420bbe6d020ae4a091e70b7e9fd" [[package]] name = "hippotat" -version = "1.1.9" +version = "1.1.10" dependencies = [ "backtrace", "base64", @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.9" +version = "1.1.10" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.lock.minimal b/Cargo.lock.minimal index 261602b..9763f9a 100644 --- a/Cargo.lock.minimal +++ b/Cargo.lock.minimal @@ -562,7 +562,7 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "hippotat" -version = "1.1.9" +version = "1.1.10" dependencies = [ "backtrace", "base64", @@ -601,7 +601,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.9" +version = "1.1.10" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 694a336..a11f0e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.1.9" +version = "1.1.10" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" diff --git a/debian/changelog b/debian/changelog index ba45c6e..9367b23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,7 @@ hippotat (1.1.10) unstable; urgency=medium * Suppress a (spurious) warning. * Minor updates to internal docs and CI organisation. - -- + -- Ian Jackson Fri, 23 Feb 2024 16:56:41 +0000 hippotat (1.1.9) unstable; urgency=medium diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ccbd0ac..3f1581f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.1.9" +version = "1.1.10" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"