We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b948dfa commit 2c01cf1Copy full SHA for 2c01cf1
CHANGELOG.md
@@ -3,6 +3,14 @@
3
`co-log-core` uses [PVP Versioning][1].
4
The change log is available [on GitHub][2].
5
6
+## 0.3.2.5 — March 2, 2025
7
+
8
+## What's Changed
9
10
+* Allow `doctest-0.24`.
11
12
+**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.4...v0.3.2.5
13
14
## 0.3.2.4 — January 5, 2025
15
16
## What's Changed
co-log-core.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: co-log-core
-version: 0.3.2.4
+version: 0.3.2.5
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.
0 commit comments