Skip to content

Commit ec1ef99

Browse files
committed
Prepare 0.2.15.0
1 parent e8996fc commit ec1ef99

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2025-05-29 - v0.2.15.0
4+
* Switch to GTK3 ([#137](https://github.com/haskell/ThreadScope/pull/137)))
5+
* Support new versions of GHC up to 9.12 and dependencies.
6+
37
## 2022-05-10 - v0.2.14.1
48

59
* Spelling fixes ([#121](https://github.com/haskell/ThreadScope/pull/121), [#123](https://github.com/haskell/ThreadScope/pull/123))

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.14.1
3+
Version: 0.2.15.0
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)