diff --git a/CHANGES.txt b/CHANGES.txt index f89f930..18f07be 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,7 @@ Changelog for CmdArgs +0.10.7 + #1, fix timestamps in .tar.gz dist file 0.10.6 #625, more documentation about args/argPos #626, ensure initial lists don't get reversed (fix after #610) diff --git a/cmdargs.cabal b/cmdargs.cabal index 5185200..24411d4 100644 --- a/cmdargs.cabal +++ b/cmdargs.cabal @@ -1,7 +1,7 @@ cabal-version: >= 1.6 build-type: Simple name: cmdargs -version: 0.10.6 +version: 0.10.7 license: BSD3 license-file: LICENSE category: Console