diff --git a/CHANGELOG.md b/CHANGELOG.md index e3643a8..dee2c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for hiedb -## Unreleased +## 0.6.0.1 * Bump base and ghc version bounds to support GHC 9.10 diff --git a/hiedb.cabal b/hiedb.cabal index a4c42b0..27c2577 100644 --- a/hiedb.cabal +++ b/hiedb.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hiedb -version: 0.6.0.0 +version: 0.6.0.1 synopsis: Generates a references DB from .hie files description: Tool and library to index and query a collection of `.hie` files bug-reports: https://github.com/wz1000/HieDb/issues