From: Ian Jackson Date: Sun, 18 Dec 2022 22:52:07 +0000 (+0000) Subject: Bump version to 1.1.3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=d7d686be08c7d5b60170370181a9c1177cc9ea07;p=hippotat.git Bump version to 1.1.3 Version 1.1.2 was afflicted by #943374. Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 89bfbe3..185a6af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "hippotat" -version = "1.1.2" +version = "1.1.3" dependencies = [ "backtrace", "base64", @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.2" +version = "1.1.3" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index e77eeb5..1f0df09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.1.2" +version = "1.1.3" 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.2", path = "macros" } +hippotat-macros = { version = "1.1.3", 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 69e2f61..b59bdbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hippotat (1.1.2) unstable; urgency=medium +hippotat (1.1.3) unstable; urgency=medium Packaging and build improvements: * Change `cargo-upstream` build-profile to `upstream-cargo` @@ -6,6 +6,9 @@ hippotat (1.1.2) unstable; urgency=medium * Add link to ITP bug, here: Closes:#1025898. * Updated dependencies. + Burned version numbers: + * Burned 1.1.2 due to Debian #943374. + -- Ian Jackson Sun, 18 Dec 2022 22:35:43 +0000 hippotat (1.1.1) unstable; urgency=medium diff --git a/macros/Cargo.toml b/macros/Cargo.toml index fa32804..03abe9a 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.1.2" +version = "1.1.3" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"