Skip to content

Commit

Permalink
Release v0.3.2.3 - allow doctest-0.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle committed Dec 15, 2024
1 parent 542c5ae commit 89aa3f0
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
`co-log-core` uses [PVP Versioning][1].
The change log is available [on GitHub][2].

## 0.3.2.3 — December 15, 2024

## What's Changed

* Allow `doctest-0.23`.

**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.2...v0.3.2.3

## 0.3.2.2 — May 21, 2024

## What's Changed
Expand Down
6 changes: 3 additions & 3 deletions co-log-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: co-log-core
version: 0.3.2.2
version: 0.3.2.3
synopsis: Composable Contravariant Comonadic Logging Library
description:
This package provides core types and functions to work with the @LogAction@ data type which is both simple and powerful.
Expand All @@ -26,8 +26,8 @@ bug-reports: https://github.com/co-log/co-log-core/issues
license: MPL-2.0
license-file: LICENSE
author: Dmitrii Kovanikov
maintainer: Kowainik <[email protected]>
copyright: 2018-2020 Kowainik, 2021-2024 Co-Log
maintainer: Co-Log <[email protected]>
copyright: 2018-2020 Kowainik, 2021-2025 Co-Log
category: Logging, Contravariant, Comonad
build-type: Simple
stability: stable
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Colog.Core
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core/Action.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{- |
Module : Colog.Core.Action
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core/Class.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{- |
Module : Colog.Core.Class
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core/IO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Colog.Core.IO
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core/Severity.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Colog.Core.Severity
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <[email protected]>
Stability : Stable
Expand Down

0 comments on commit 89aa3f0

Please sign in to comment.