diff options
-rw-r--r-- | NEWS.md | 8 | ||||
-rw-r--r-- | bustle.cabal | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Bustle 0.5.2 (2015-08-18) +------------------------- + +* No functional changes! +* Update all links to <http://www.freedesktop.org/wiki/Software/Bustle/> +* Remove external dependencies from Cabal build script for the benefit + of Stackage and Travis-CI. <https://github.com/fpco/stackage/issues/746> + Bustle 0.5.1 (2015-06-28) ------------------------- diff --git a/bustle.cabal b/bustle.cabal index f9edb84..c6c79c0 100644 --- a/bustle.cabal +++ b/bustle.cabal @@ -1,6 +1,6 @@ Name: bustle Category: Network, Desktop -Version: 0.5.1 +Version: 0.5.2 Cabal-Version: >= 1.18 Tested-With: GHC >= 7.8.4 && < 7.11 Synopsis: Draw sequence diagrams of D-Bus traffic |