From: Frank Doepper Date: Fri, 6 Dec 2024 10:43:36 +0000 (+0100) Subject: release 0.6.6.0 X-Git-Tag: 0.6.6.0^0 X-Git-Url: https://woffs.de/git/fd/haskell-amqp-utils.git/commitdiff_plain/cdfafe095e7e69b66c8873e8c240bd3cc60ab67b release 0.6.6.0 --- diff --git a/ChangeLog.md b/ChangeLog.md index 738e07b..bd5e2b2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,12 @@ SPDX-License-Identifier: GPL-3.0-only # Revision history for haskell-amqp-utils +## 0.6.6.0 -- 2024-12-06 + +* LineBuffering +* print heartbeat parameter +* optionally delay negative acknowledgements (--delaynack/-D) + ## 0.6.5.0 -- 2023-11-14 * konsum: new --stream\_offset option diff --git a/amqp-utils.cabal b/amqp-utils.cabal index 2474fb0..8202960 100644 --- a/amqp-utils.cabal +++ b/amqp-utils.cabal @@ -4,7 +4,7 @@ name: amqp-utils -version: 0.6.5.0 +version: 0.6.6.0 synopsis: AMQP toolset for the command line @@ -35,8 +35,6 @@ extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10 -Tested-With: GHC ==7.10.2 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || >=8.8.4 - executable konsum main-is: konsum.hs build-depends: base >= 4.6 && <5, diff --git a/amqp-utils.nix b/amqp-utils.nix index 4299c1c..dc7008f 100644 --- a/amqp-utils.nix +++ b/amqp-utils.nix @@ -10,7 +10,7 @@ mkDerivation { pname = "amqp-utils"; - version = "0.6.5.0"; + version = "0.6.6.0"; src = ./.; isLibrary = false; isExecutable = true; diff --git a/debian/changelog b/debian/changelog index 0078ba2..b1d366e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +haskell-amqp-utils (0.6.6.0) unstable; urgency=medium + + * LineBuffering + * print heartbeat parameter + * optionally delay negative acknowledgements (--delaynack/-D) + + -- Frank Doepper Fri, 06 Dec 2024 11:39:53 +0100 + haskell-amqp-utils (0.6.5.0) unstable; urgency=medium * konsum: new --stream_offset option diff --git a/doc/agitprop.head b/doc/agitprop.head index 5c0533a..1f3b426 100644 --- a/doc/agitprop.head +++ b/doc/agitprop.head @@ -8,7 +8,7 @@ SPDX-License-Identifier: FSFAP title: agitprop section: 1 header: haskell-amqp-utils -footer: haskell-amqp-utils 0.6.5.0 +footer: haskell-amqp-utils 0.6.6.0 date: 2022-11-11 --- diff --git a/doc/agitprop.md b/doc/agitprop.md index 1aa32ef..b4ce0a7 100644 --- a/doc/agitprop.md +++ b/doc/agitprop.md @@ -8,7 +8,7 @@ SPDX-License-Identifier: FSFAP title: agitprop section: 1 header: haskell-amqp-utils -footer: haskell-amqp-utils 0.6.5.0 +footer: haskell-amqp-utils 0.6.6.0 date: 2022-11-11 --- diff --git a/doc/arbeite.head b/doc/arbeite.head index 56adc85..655ccc2 100644 --- a/doc/arbeite.head +++ b/doc/arbeite.head @@ -8,7 +8,7 @@ SPDX-License-Identifier: FSFAP title: arbeite section: 1 header: haskell-amqp-utils -footer: haskell-amqp-utils 0.6.5.0 +footer: haskell-amqp-utils 0.6.6.0 date: 2022-11-11 --- diff --git a/doc/arbeite.md b/doc/arbeite.md index 2ccab62..bf4f56b 100644 --- a/doc/arbeite.md +++ b/doc/arbeite.md @@ -8,7 +8,7 @@ SPDX-License-Identifier: FSFAP title: arbeite section: 1 header: haskell-amqp-utils -footer: haskell-amqp-utils 0.6.5.0 +footer: haskell-amqp-utils 0.6.6.0 date: 2022-11-11 --- diff --git a/doc/konsum.head b/doc/konsum.head index e206a2b..abd1859 100644 --- a/doc/konsum.head +++ b/doc/konsum.head @@ -8,7 +8,7 @@ SPDX-License-Identifier: FSFAP title: konsum section: 1 header: haskell-amqp-utils -footer: haskell-amqp-utils 0.6.5.0 +footer: haskell-amqp-utils 0.6.6.0 date: 2022-11-11 --- diff --git a/doc/konsum.md b/doc/konsum.md index a8b79a2..6faf9bc 100644 --- a/doc/konsum.md +++ b/doc/konsum.md @@ -8,7 +8,7 @@ SPDX-License-Identifier: FSFAP title: konsum section: 1 header: haskell-amqp-utils -footer: haskell-amqp-utils 0.6.5.0 +footer: haskell-amqp-utils 0.6.6.0 date: 2022-11-11 --- diff --git a/doc/plane.head b/doc/plane.head index 25d1631..58f53c4 100644 --- a/doc/plane.head +++ b/doc/plane.head @@ -8,7 +8,7 @@ SPDX-License-Identifier: FSFAP title: plane section: 1 header: haskell-amqp-utils -footer: haskell-amqp-utils 0.6.5.0 +footer: haskell-amqp-utils 0.6.6.0 date: 2022-11-11 --- diff --git a/doc/plane.md b/doc/plane.md index 2101b96..e1dbfda 100644 --- a/doc/plane.md +++ b/doc/plane.md @@ -8,7 +8,7 @@ SPDX-License-Identifier: FSFAP title: plane section: 1 header: haskell-amqp-utils -footer: haskell-amqp-utils 0.6.5.0 +footer: haskell-amqp-utils 0.6.6.0 date: 2022-11-11 ---