diff --git a/ChangeLog.md b/ChangeLog.md index 165f809c..a54dbe01 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ # ChangeLog hie-bios +## 2022-09-13 - 0.11.0 + +* Compatibility with aeson 1.5 [#368](https://github.com/haskell/hie-bios/pull/368) +* Add GHC 9.4 support [#366](https://github.com/haskell/hie-bios/pull/366) +* Actually run the bios-tests when tool-deps are ignored [#365](https://github.com/haskell/hie-bios/pull/365) + * They have been accidentally disabled since 0.9.0. +* Completely overhaul test-suite [#356](https://github.com/haskell/hie-bios/pull/356) + ## 2022-07-26 - 0.10.0 * Apply Hlint suggestions [#354](https://github.com/haskell/hie-bios/pull/354) diff --git a/docs/release.md b/docs/release.md index 755169a1..631d38d6 100644 --- a/docs/release.md +++ b/docs/release.md @@ -12,3 +12,6 @@ This document described the release process for `hie-bios`. * [ ] Manually verify the docs render correctly * [ ] Upload release * `cabal upload --publish dist-newstyle/sdist/hie-bios-.tar.gz; cabal upload --publish --documentation dist-newstyle/hie-bios--docs.tar.gz` +* [ ] Create release tag for GitHub + * [ ] `git tag -a release-` + * [ ] `git push --tags` \ No newline at end of file diff --git a/hie-bios.cabal b/hie-bios.cabal index e4722a1c..e86d7aed 100644 --- a/hie-bios.cabal +++ b/hie-bios.cabal @@ -1,6 +1,6 @@ Cabal-Version: 2.2 Name: hie-bios -Version: 0.10.0 +Version: 0.11.0 Author: Matthew Pickering Maintainer: Matthew Pickering License: BSD-3-Clause