Skip to content

Commit 549360c

Browse files
committed
Prepare v0.2.14.1
1 parent dc2f4a0 commit 549360c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Revision history for threadscope
22

3+
## 2022-05-10 - v0.2.14.1
4+
5+
* Spelling fixes ([#121](https://github.com/haskell/ThreadScope/pull/121), [#123](https://github.com/haskell/ThreadScope/pull/123))
6+
* Add compatibility with GHC-9.2 ([#124](https://github.com/haskell/ThreadScope/pull/124), [#125](https://github.com/haskell/ThreadScope/pull/125))
7+
* Update dependencies ([#126](https://github.com/haskell/ThreadScope/pull/126))
8+
39
## 2021-01-09 - v0.2.14
410

5-
* Print times with more sensible units [#111](https://github.com/haskell/ThreadScope/pull/111)
6-
* EventDuration: Make it more robust to truncated eventlogs [#110](https://github.com/haskell/ThreadScope/pull/110)
7-
* Use GitHub Actions for CI [#113](https://github.com/haskell/ThreadScope/pull/113)
11+
* Print times with more sensible units ([#111](https://github.com/haskell/ThreadScope/pull/111))
12+
* EventDuration: Make it more robust to truncated eventlogs ([#110](https://github.com/haskell/ThreadScope/pull/110))
13+
* Use GitHub Actions for CI ([#113](https://github.com/haskell/ThreadScope/pull/113))
814
* Relax upper version bounds for ghc-events, time, bytestring, and template-haskell
915

1016
## 2020-04-06 - v0.2.13

threadscope.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 1.24
22
Name: threadscope
3-
Version: 0.2.14
3+
Version: 0.2.14.1
44
Category: Development, Profiling, Trace
55
Synopsis: A graphical tool for profiling parallel Haskell programs.
66
Description: ThreadScope is a graphical viewer for thread profile

0 commit comments

Comments
 (0)