]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
release 0.6.0.0 0.6.0.0
authorFrank Doepper <[email protected]>
Wed, 10 Mar 2021 11:20:00 +0000 (12:20 +0100)
committerFrank Doepper <[email protected]>
Wed, 10 Mar 2021 11:20:00 +0000 (12:20 +0100)
ChangeLog.md
amqp-utils.cabal
amqp-utils.nix
debian/changelog

index e41a66f1cb32cbdf93c07bf2667aff39062109d5..12d8884e465a1ae21723fd2c2774f5dd20eaca5d 100644 (file)
@@ -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)
index 6ecf2c70d42506ff7a4972f5f53f92454ce6200f..118282b1e8607a0a406c57af88dbd2a0e5f38030 100644 (file)
@@ -1,6 +1,6 @@
 name:                amqp-utils
 
-version:             0.5.0.0
+version:             0.6.0.0
 
 synopsis:            AMQP toolset for the command line
 
index b7c1047a1963a46379a38f41b26668fbf3178dbb..e3dc0840359b478fb6aac940698bc22fe887d815 100644 (file)
@@ -4,7 +4,7 @@
 }:
 mkDerivation {
   pname = "amqp-utils";
-  version = "0.5.0.0";
+  version = "0.6.0.0";
   src = ./.;
   isLibrary = false;
   isExecutable = true;
index c141ea8c90b052113865504907667bcb741a1352..dc077f2311eb294fc80acbe0d52cb13cb8c855ed 100644 (file)
@@ -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 <[email protected]>  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)