Skip to content

Commit

Permalink
Prepare release 0.11.0 (#369)
Browse files Browse the repository at this point in the history
* Prepare release 0.11.0

* Extend release notes to mention git tags for releases

* Mention since when bios tests were disabled in CI
  • Loading branch information
fendor authored Sep 13, 2022
1 parent 58cbd64 commit 5e64c0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 3 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<version>.tar.gz; cabal upload --publish --documentation dist-newstyle/hie-bios-<version>-docs.tar.gz`
* [ ] Create release tag for GitHub
* [ ] `git tag -a release-<version>`
* [ ] `git push --tags`
2 changes: 1 addition & 1 deletion hie-bios.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-Version: 2.2
Name: hie-bios
Version: 0.10.0
Version: 0.11.0
Author: Matthew Pickering <[email protected]>
Maintainer: Matthew Pickering <[email protected]>
License: BSD-3-Clause
Expand Down

0 comments on commit 5e64c0f

Please sign in to comment.