From 5e1eb9ec48a30df83a252835726aa51aba1d97e4 Mon Sep 17 00:00:00 2001 From: Frank Doepper Date: Wed, 10 Mar 2021 12:20:00 +0100 Subject: [PATCH] release 0.6.0.0 --- ChangeLog.md | 8 ++++++++ amqp-utils.cabal | 2 +- amqp-utils.nix | 2 +- debian/changelog | 10 ++++++++++ 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index e41a66f..12d8884 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ # Revision history for haskell-amqp-utils +## 0.6.0.0 -- 2020-03-10 + +* update and amend README +* add --arg as alias for --args +* konsum: remove default binding to # +* plane: use -r (--routingkey) instead of -Q (--qname) (but still accept legacy -Q) +* print server properties + ## 0.5.0.0 -- 2020-03-03 * add option -f (--prefetch) for arbeite, default 1 (was unset before) diff --git a/amqp-utils.cabal b/amqp-utils.cabal index 6ecf2c7..118282b 100644 --- a/amqp-utils.cabal +++ b/amqp-utils.cabal @@ -1,6 +1,6 @@ name: amqp-utils -version: 0.5.0.0 +version: 0.6.0.0 synopsis: AMQP toolset for the command line diff --git a/amqp-utils.nix b/amqp-utils.nix index b7c1047..e3dc084 100644 --- a/amqp-utils.nix +++ b/amqp-utils.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "amqp-utils"; - version = "0.5.0.0"; + version = "0.6.0.0"; src = ./.; isLibrary = false; isExecutable = true; diff --git a/debian/changelog b/debian/changelog index c141ea8..dc077f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +haskell-amqp-utils (0.6.0.0) unstable; urgency=medium + + * update and amend README + * add --arg as alias for --args + * konsum: remove default binding to # + * plane: use -r (--routingkey) instead of -Q (--qname) (but still accept legacy -Q) + * print server properties + + -- Frank Doepper Wed, 10 Mar 2021 12:15:37 +0100 + haskell-amqp-utils (0.5.0.0) unstable; urgency=medium * add option -f (--prefetch) for arbeite, default 1 (was unset before) -- 2.39.5