Skip to content

Commit

Permalink
Prepare v0.2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maoe committed May 10, 2022
1 parent dc2f4a0 commit 549360c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Revision history for threadscope

## 2022-05-10 - v0.2.14.1

* Spelling fixes ([#121](https://github.com/haskell/ThreadScope/pull/121), [#123](https://github.com/haskell/ThreadScope/pull/123))
* Add compatibility with GHC-9.2 ([#124](https://github.com/haskell/ThreadScope/pull/124), [#125](https://github.com/haskell/ThreadScope/pull/125))
* Update dependencies ([#126](https://github.com/haskell/ThreadScope/pull/126))

## 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)
* 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
Expand Down
2 changes: 1 addition & 1 deletion threadscope.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 1.24
Name: threadscope
Version: 0.2.14
Version: 0.2.14.1
Category: Development, Profiling, Trace
Synopsis: A graphical tool for profiling parallel Haskell programs.
Description: ThreadScope is a graphical viewer for thread profile
Expand Down

0 comments on commit 549360c

Please sign in to comment.