Skip to content

Commit 29aacc2

Browse files
authored
Prepare v0.2.14 (#116)
1 parent 84d35c3 commit 29aacc2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Revision history for threadscope
22

3+
## 2021-01-09 - v0.2.14
4+
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)
8+
* Relax upper version bounds for ghc-events, time, bytestring, and template-haskell
9+
310
## 2020-04-06 - v0.2.13
411

512
* Add changelog to extra-source-files ([#105](https://github.com/haskell/ThreadScope/pull/105))

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.13
3+
Version: 0.2.14
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)