From 29aacc222ba232da50683ac86ce0a63e391e883c Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Sat, 9 Jan 2021 09:05:23 +0900 Subject: [PATCH] Prepare v0.2.14 (#116) --- CHANGELOG.md | 7 +++++++ threadscope.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9eb9bf..0fc422ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/threadscope.cabal b/threadscope.cabal index 097d463b..e36571d2 100644 --- a/threadscope.cabal +++ b/threadscope.cabal @@ -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