Skip to content

Commit be9776a

Browse files
authored
Prepare release of version 0.11.0 (#184)
- Update CHANGELOG.md - Bump version in eventlog2html.cabal to 0.11.0
1 parent 7ba798b commit be9776a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
Unreleased
1+
0.11.0 release 2024-02-06
22

3-
* Compatibility with 9.0, 9.2, 9.4 and 9.6, which are now also checked in CI.
3+
* Add sorting by numbers [#183](https://github.com/mpickering/eventlog2html/pull/183)
4+
* Refactoring and modernization of the UI [#178](https://github.com/mpickering/eventlog2html/pull/178)
5+
* Compatibility with 9.0, 9.2, 9.4, 9.6 and 9.8 which are now also checked in CI.
6+
([#180](https://github.com/mpickering/eventlog2html/pull/180) and [#181](https://github.com/mpickering/eventlog2html/pull/181))
47

58
0.10.0 release 2023-03-31
69

eventlog2html.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
Name: eventlog2html
3-
Version: 0.10.0
3+
Version: 0.11.0
44
Synopsis: Visualise an eventlog
55
Description: eventlog2html is a library for visualising eventlogs.
66
At the moment, the intended use is to visualise eventlogs
@@ -32,7 +32,7 @@ Extra-source-files:
3232
inline-docs/*.html
3333
extra-doc-files: README.md
3434
CHANGELOG
35-
Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2
35+
Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2, GHC ==9.8.1
3636

3737
Library
3838
Build-depends:

0 commit comments

Comments
 (0)