diff --git a/CHANGES.txt b/CHANGES.txt index 04dfddae2..bf0320f92 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,6 @@ Changelog for Shake (* = breaking change) +0.19.1, released 2020-06-06 #757, make sure shared cache writes are atomic Remove a small space leak if using the Database module #755, add instance IsCmdArgument (NonEmpty String) diff --git a/shake.cabal b/shake.cabal index d1c1e4a80..4412982bf 100644 --- a/shake.cabal +++ b/shake.cabal @@ -1,7 +1,7 @@ cabal-version: >= 1.18 build-type: Simple name: shake -version: 0.19 +version: 0.19.1 license: BSD3 license-file: LICENSE category: Development, Shake