Skip to content

Commit d333922

Browse files
authored
Merge pull request #109 from haskell/release-v0.2.13
Release v0.2.13
2 parents e417d97 + a359d06 commit d333922

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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+
## 2020-04-06 - v0.2.13
4+
5+
* Add changelog to extra-source-files ([#105](https://github.com/haskell/ThreadScope/pull/105))
6+
* Fix broken GitHub Releases deployment ([#106](https://github.com/haskell/ThreadScope/pull/106))
7+
* Update ghc-events to 0.13.0 ([#107](https://github.com/haskell/ThreadScope/pull/107))
8+
* Relax upper version bound for time
9+
310
## 2020-03-04 - v0.2.12
411

512
* Remove unused events entry box ([#93](https://github.com/haskell/ThreadScope/pull/93))

threadscope.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: threadscope
2-
Version: 0.2.12
2+
Version: 0.2.13
33
Category: Development, Profiling, Trace
44
Synopsis: A graphical tool for profiling parallel Haskell programs.
55
Description: ThreadScope is a graphical viewer for thread profile
@@ -60,7 +60,7 @@ Executable threadscope
6060
containers >= 0.2 && < 0.7,
6161
deepseq >= 1.1,
6262
text < 1.3,
63-
time >= 1.1 && < 1.10,
63+
time >= 1.1 && < 1.11,
6464
bytestring < 0.11,
6565
file-embed < 0.1,
6666
template-haskell < 2.16,

0 commit comments

Comments
 (0)