File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
` co-log-core ` uses [ PVP Versioning] [ 1 ] .
4
4
The change log is available [ on GitHub] [ 2 ] .
5
5
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
+
6
15
## 0.3.2.1 — Oct 20, 2023
7
16
8
17
## What's Changed
@@ -17,6 +26,7 @@ The change log is available [on GitHub][2].
17
26
* @Vekhir made their first contribution in https://github.com/co-log/co-log-core/pull/36
18
27
19
28
** Full Changelog** : https://github.com/co-log/co-log-core/compare/v0.3.2.0...v0.3.2.1
29
+
20
30
## 0.3.2.0 — Nov 2, 2022
21
31
22
32
- [ #25 ] ( https://github.com/co-log/co-log-core/issues/25 ) :
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : co-log-core
3
- version : 0.3.2.1
3
+ version : 0.3.2.2
4
4
synopsis : Composable Contravariant Comonadic Logging Library
5
5
description :
6
6
This package provides core types and functions to work with the @LogAction@ data type which is both simple and powerful.
You can’t perform that action at this time.
0 commit comments