From be9776a44f05c02ca878c615cc84b24fdf7d17b3 Mon Sep 17 00:00:00 2001 From: David Binder Date: Tue, 6 Feb 2024 21:52:17 +0100 Subject: [PATCH] Prepare release of version 0.11.0 (#184) - Update CHANGELOG.md - Bump version in eventlog2html.cabal to 0.11.0 --- CHANGELOG | 7 +++++-- eventlog2html.cabal | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 56b6f48..ac9ceb0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ -Unreleased +0.11.0 release 2024-02-06 -* Compatibility with 9.0, 9.2, 9.4 and 9.6, which are now also checked in CI. +* Add sorting by numbers [#183](https://github.com/mpickering/eventlog2html/pull/183) +* Refactoring and modernization of the UI [#178](https://github.com/mpickering/eventlog2html/pull/178) +* Compatibility with 9.0, 9.2, 9.4, 9.6 and 9.8 which are now also checked in CI. + ([#180](https://github.com/mpickering/eventlog2html/pull/180) and [#181](https://github.com/mpickering/eventlog2html/pull/181)) 0.10.0 release 2023-03-31 diff --git a/eventlog2html.cabal b/eventlog2html.cabal index d08af1b..f3ab7b2 100644 --- a/eventlog2html.cabal +++ b/eventlog2html.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 Name: eventlog2html -Version: 0.10.0 +Version: 0.11.0 Synopsis: Visualise an eventlog Description: eventlog2html is a library for visualising eventlogs. At the moment, the intended use is to visualise eventlogs @@ -32,7 +32,7 @@ Extra-source-files: inline-docs/*.html extra-doc-files: README.md CHANGELOG -Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2 +Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2, GHC ==9.8.1 Library Build-depends: