From: Frank Doepper Date: Wed, 25 Aug 2021 09:57:12 +0000 (+0200) Subject: release 0.6.2.0 X-Git-Tag: 0.6.2.0^0 X-Git-Url: https://woffs.de/git/fd/haskell-amqp-utils.git/commitdiff_plain/b0436d6c5cda465a971d6de03abc51d78e24e10b?hp=b0872b5ee4b47c4cb81a9f36f704f467689babfd release 0.6.2.0 --- diff --git a/ChangeLog.md b/ChangeLog.md index 3cbfd34..4f065ca 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for haskell-amqp-utils +## 0.6.2.0 -- 2021-08-25 + +* agitprop: option to move sent file to another dir instead of just removing + ## 0.6.1.1 -- 2021-05-11 * disable inotify on non-linux diff --git a/amqp-utils.cabal b/amqp-utils.cabal index 10ba920..702183f 100644 --- a/amqp-utils.cabal +++ b/amqp-utils.cabal @@ -1,6 +1,6 @@ name: amqp-utils -version: 0.6.1.1 +version: 0.6.2.0 synopsis: AMQP toolset for the command line diff --git a/amqp-utils.nix b/amqp-utils.nix index 7b8b92f..55ba2b6 100644 --- a/amqp-utils.nix +++ b/amqp-utils.nix @@ -1,7 +1,8 @@ -{ mkDerivation, amqp, base, bytestring, connection, containers -, data-default-class, process, stdenv, text, time, tls, x509-system -, unix, hinotify, magic, network, directory, utf8-string, filepath +{ lib, mkDerivation, amqp, base, bytestring, connection, containers +, data-default-class, process, text, time, tls, x509-system, unix +, hinotify, magic, network, directory, utf8-string, filepath }: + mkDerivation { pname = "amqp-utils"; version = "0.6.2.0"; @@ -15,5 +16,5 @@ mkDerivation { directory utf8-string filepath ]; description = "AMQP toolset for the command line"; - license = stdenv.lib.licenses.gpl3Only; + license = lib.licenses.gpl3Only; } diff --git a/debian/changelog b/debian/changelog index a9285d9..c04cb79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +haskell-amqp-utils (0.6.2.0) unstable; urgency=medium + + * agitprop: option to move sent file to another dir instead of just removing + + -- Frank Doepper Wed, 25 Aug 2021 11:53:04 +0200 + haskell-amqp-utils (0.6.1.1) unstable; urgency=medium * disable inotify on non-linux