diff --git a/ChangeLog.org b/ChangeLog.org index ac0dd25..ca875cf 100644 --- a/ChangeLog.org +++ b/ChangeLog.org @@ -1,6 +1,17 @@ * Changelog for hVMCP ** Unreleased changes +** [0.3.0.0] -- 2024-12-14 +*** Added + + Github Action for test + +*** Changed + + Bump up stack resolver from LTS-18.5 (ghc 8.10.4) to LTS-22.42 (ghc 9.6.6) + + Update cabal version from 1.12 to 2.2 + +*** Fixed + + Remove duplicated "Arbitrary" instance from test code. + + Make test codes built successfully. ** [0.2.0.0] -- 2021-09-06 *** Added diff --git a/hVMCP.cabal b/hVMCP.cabal index d88fb61..d11f138 100644 --- a/hVMCP.cabal +++ b/hVMCP.cabal @@ -5,7 +5,7 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: hVMCP -version: 0.2.0.0 +version: 0.3.0.0 description: Please see the README on GitHub at homepage: https://github.com/Cj-bc/hVMCP#readme bug-reports: https://github.com/Cj-bc/hVMCP/issues