Skip to content

Commit a359d06

Browse files
committed
Prepare for v0.2.13
1 parent 082c902 commit a359d06

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+
## 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: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)