M ChangeLog.md => ChangeLog.md +4 -0
@@ 1,5 1,9 @@
# Revision history for haskell-amqp-utils
+## 0.6.3.2 -- 2021-10-25
+
+* update README
+
## 0.6.3.1 -- 2021-09-08
* avoid setCurrentDirectory which is not thread-safe
M amqp-utils.cabal => amqp-utils.cabal +1 -1
@@ 1,6 1,6 @@
name: amqp-utils
-version: 0.6.3.1
+version: 0.6.3.2
synopsis: AMQP toolset for the command line
M amqp-utils.nix => amqp-utils.nix +1 -1
@@ 6,7 6,7 @@
mkDerivation {
pname = "amqp-utils";
- version = "0.6.3.1";
+ version = "0.6.3.2";
src = ./.;
isLibrary = false;
isExecutable = true;
M debian/changelog => debian/changelog +6 -0
@@ 1,3 1,9 @@
+haskell-amqp-utils (0.6.3.2) unstable; urgency=medium
+
+ * update README
+
+ -- Frank Doepper <fd@taz.de> Mon, 25 Oct 2021 15:57:27 +0200
+
haskell-amqp-utils (0.6.3.1) unstable; urgency=medium
* avoid setCurrentDirectory which is not thread-safe