Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release of version 0.11.0 #184

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions eventlog2html.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
Loading