Skip to content

Commit fc02061

Browse files
authored
Merge pull request #57 from maoe/release-v0.13.0
Release v0.13.0
2 parents 5d49284 + 6361f0f commit fc02061

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.13.0 - 2020-04-04
4+
5+
* Fix broken UTF-8 decoding ([#55](https://github.com/haskell/ghc-events/pull/55))
6+
* This is a breaking change. Most of the String fields in EventInfo have been replaced with Texts.
7+
* Support GHC 8.10.1
8+
39
## 0.12.0 - 2019-12-02
410

511
* Add support for EVENT_USER_BINARY_MSG ([#54](https://github.com/haskell/ghc-events/pull/54))

ghc-events.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ghc-events
2-
version: 0.12.0
2+
version: 0.13.0
33
synopsis: Library and tool for parsing .eventlog files from GHC
44
description: Parses .eventlog files emitted by GHC 6.12.1 and later.
55
Includes the ghc-events tool permitting, in particular,

0 commit comments

Comments
 (0)