Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Revision history for threadscope

## 2021-01-09 - v0.2.14

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

## 2020-04-06 - v0.2.13

* Add changelog to extra-source-files ([#105](https://github.com/haskell/ThreadScope/pull/105))
Expand Down
2 changes: 1 addition & 1 deletion threadscope.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 1.24
Name: threadscope
Version: 0.2.13
Version: 0.2.14
Category: Development, Profiling, Trace
Synopsis: A graphical tool for profiling parallel Haskell programs.
Description: ThreadScope is a graphical viewer for thread profile
Expand Down