Skip to content

Commit

Permalink
Merge pull request #111 from TeofilC/wip/release-0.20
Browse files Browse the repository at this point in the history
Prepare v0.20.0.0
  • Loading branch information
TeofilC authored Nov 25, 2024
2 parents 5cd24d7 + a18cc57 commit a215180
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

## Unreleased

* Added `--version` option to CLI interface
* Fix the type of the `profCap` field of `ProfSampleCostCentre`

## 0.20.0.0 - 2024-11-25

* Add pretty printing for timestamps ([#92](https://github.com/haskell/ghc-events/pull/92))
* Added `--version` option to CLI interface ([#95](https://github.com/haskell/ghc-events/pull/95))
* Support GHC 9.8 ([#102](https://github.com/haskell/ghc-events/pull/102))
* Add support for era profiling events ([#103](https://github.com/haskell/ghc-events/pull/103))
* Support GHC 9.10 ([#105](https://github.com/haskell/ghc-events/pull/105))
* Add support for the NonmovingPrunedSegment event ([#107](https://github.com/haskell/ghc-events/pull/107))
* Fix the type of the `profCap` field of `ProfSampleCostCentre` ([#108](https://github.com/haskell/ghc-events/pull/108))


## 0.19.0.1 - 2023-04-13

Expand Down

0 comments on commit a215180

Please sign in to comment.