From d13fd5d86cbdadd369d45895e1b4b30a560b722b Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Thu, 2 Jul 2026 14:36:14 +0100 Subject: [PATCH] Prepare 0.2.15.1 --- CHANGELOG.md | 4 ++++ threadscope.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20226d0..0c63001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for threadscope +## 2025-07-02 - v0.2.15.1 +* Fix a variety of UI bugs (Thanks @TuongNM!) ([#147](https://github.com/haskell/ThreadScope/pull/147))), ([#146](https://github.com/haskell/ThreadScope/pull/146))), ([#145](https://github.com/haskell/ThreadScope/pull/145))) +* Build with GHC-9.14 (modulo an upstream bug with gtk2hs) ([#144](https://github.com/haskell/ThreadScope/pull/144))) + ## 2025-05-29 - v0.2.15.0 * Switch to GTK3 ([#137](https://github.com/haskell/ThreadScope/pull/137))) * Support new versions of GHC up to 9.12 and dependencies. diff --git a/threadscope.cabal b/threadscope.cabal index 3ca94ae..e990258 100644 --- a/threadscope.cabal +++ b/threadscope.cabal @@ -1,6 +1,6 @@ Cabal-version: 1.24 Name: threadscope -Version: 0.2.15.0 +Version: 0.2.15.1 Category: Development, Profiling, Trace Synopsis: A graphical tool for profiling parallel Haskell programs. Description: ThreadScope is a graphical viewer for thread profile