diff --git a/ChangeLog.md b/ChangeLog.md index e9ebefd..f593f3e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog for cornelis +## v0.2.0.1 - 2024-05-17 + +Updated metadata for Hackage. + ## v0.2.0.0 - 2024-04-17 The first official release, after years in the oven. diff --git a/cornelis.cabal b/cornelis.cabal index 69fcb41..55c99ec 100644 --- a/cornelis.cabal +++ b/cornelis.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: cornelis -version: 0.2.0.0 +version: 0.2.0.1 description: Please see the README on GitHub at homepage: https://github.com/isovector/cornelis#readme bug-reports: https://github.com/isovector/cornelis/issues diff --git a/package.yaml b/package.yaml index 4567f97..10b3fab 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: cornelis -version: 0.2.0.0 +version: 0.2.0.1 github: "isovector/cornelis" license: BSD3 author: "Sandy Maguire"