Skip to content

Commit 89aa3f0

Browse files
committed
Release v0.3.2.3 - allow doctest-0.23.
1 parent 542c5ae commit 89aa3f0

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
`co-log-core` uses [PVP Versioning][1].
44
The change log is available [on GitHub][2].
55

6+
## 0.3.2.3 — December 15, 2024
7+
8+
## What's Changed
9+
10+
* Allow `doctest-0.23`.
11+
12+
**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.2...v0.3.2.3
13+
614
## 0.3.2.2 — May 21, 2024
715

816
## What's Changed

co-log-core.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: co-log-core
3-
version: 0.3.2.2
3+
version: 0.3.2.3
44
synopsis: Composable Contravariant Comonadic Logging Library
55
description:
66
This package provides core types and functions to work with the @LogAction@ data type which is both simple and powerful.
@@ -26,8 +26,8 @@ bug-reports: https://github.com/co-log/co-log-core/issues
2626
license: MPL-2.0
2727
license-file: LICENSE
2828
author: Dmitrii Kovanikov
29-
maintainer: Kowainik <[email protected]>
30-
copyright: 2018-2020 Kowainik, 2021-2024 Co-Log
29+
maintainer: Co-Log <[email protected]>
30+
copyright: 2018-2020 Kowainik, 2021-2025 Co-Log
3131
category: Logging, Contravariant, Comonad
3232
build-type: Simple
3333
stability: stable

src/Colog/Core.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{- |
22
Module : Colog.Core
3-
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
3+
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log
44
SPDX-License-Identifier : MPL-2.0
55
Maintainer : Co-Log <[email protected]>
66
Stability : Stable

src/Colog/Core/Action.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
{- |
99
Module : Colog.Core.Action
10-
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
10+
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log
1111
SPDX-License-Identifier : MPL-2.0
1212
Maintainer : Co-Log <[email protected]>
1313
Stability : Stable

src/Colog/Core/Class.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{- |
66
Module : Colog.Core.Class
7-
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
7+
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log
88
SPDX-License-Identifier : MPL-2.0
99
Maintainer : Co-Log <[email protected]>
1010
Stability : Stable

src/Colog/Core/IO.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{- |
44
Module : Colog.Core.IO
5-
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
5+
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log
66
SPDX-License-Identifier : MPL-2.0
77
Maintainer : Co-Log <[email protected]>
88
Stability : Stable

src/Colog/Core/Severity.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)