Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko committed Jun 12, 2024
1 parent 7ddc3f0 commit db5fe77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Revision history for recover-rtti

## 0.5.0 -- 2024-06-12

* Support ghc 9.8 and 9.10, including bytestring 0.12
* Support `ByteArray` and `MutableByteArray`
* Relax bounds (Marcin Szamotulski, #38)

## 0.4.3 -- 2023-06-05

* Support aeson 2.1, vector 0.13, and primitive 0.8
Expand Down
2 changes: 1 addition & 1 deletion recover-rtti.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: recover-rtti
version: 0.4.3
version: 0.5.0
synopsis: Recover run-time type information from the GHC heap
description: The main function in this package is 'classify', which looks
at the GHC heap to recover type information about arbitrary
Expand Down

0 comments on commit db5fe77

Please sign in to comment.