Skip to content

Commit 1c8ef7d

Browse files
committed
Release v0.3.2.2 - support ghc-9.10.
1 parent 5e1338e commit 1c8ef7d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
`co-log-core` uses [PVP Versioning][1].
44
The change log is available [on GitHub][2].
55

6+
## 0.3.2.2 — May 21, 2024
7+
8+
## What's Changed
9+
* GA(deps): Bump actions/cache from 3 to 4 by @dependabot in https://github.com/co-log/co-log-core/pull/40
10+
* Support ghc-9.10. by @alaendle in https://github.com/co-log/co-log-core/pull/41
11+
12+
13+
**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.1...v0.3.2.2
14+
615
## 0.3.2.1 — Oct 20, 2023
716

817
## What's Changed
@@ -17,6 +26,7 @@ The change log is available [on GitHub][2].
1726
* @Vekhir made their first contribution in https://github.com/co-log/co-log-core/pull/36
1827

1928
**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.0...v0.3.2.1
29+
2030
## 0.3.2.0 — Nov 2, 2022
2131

2232
- [#25](https://github.com/co-log/co-log-core/issues/25):

co-log-core.cabal

+1-1
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.1
3+
version: 0.3.2.2
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.

0 commit comments

Comments
 (0)