Skip to content

Commit 5f6267a

Browse files
committed
Release version 0.0.1.6.
1 parent 68753d3 commit 5f6267a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
`co-log-polysemy` uses [PVP Versioning][1].
44
The changelog is available [on GitHub][2].
55

6+
## 0.0.1.6 - January 5, 2025
7+
8+
### What's Changed
9+
* Support ghc-9.12
10+
11+
**Full Changelog**: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.5...v0.0.1.6
12+
613
## 0.0.1.5 - Jun 8, 2024
714

815
### What's Changed
916
* GA(deps): Bump actions/cache from 3 to 4 by @dependabot in https://github.com/co-log/co-log-polysemy/pull/23
1017
* Support ghc-9.10. by @alaendle in https://github.com/co-log/co-log-polysemy/pull/24
1118

12-
1319
**Full Changelog**: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.4...v0.0.1.5
1420

1521
## 0.0.1.4 — Oct 20, 2023
@@ -32,6 +38,7 @@ The changelog is available [on GitHub][2].
3238
* @alaendle made their first contribution in [#14](https://github.com/co-log/co-log-polysemy/pull/14)
3339

3440
**Full Changelog**: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.3...v0.0.1.4
41+
3542
## 0.0.1.3 — Nov 2, 2021
3643

3744
* [#223](https://github.com/co-log/co-log/pulls/223):

co-log-polysemy.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: co-log-polysemy
3-
version: 0.0.1.5
3+
version: 0.0.1.6
44
synopsis: Composable Contravariant Comonadic Logging Library
55
description:
66
Implementation of the [co-log](http://hackage.haskell.org/package/co-log-core)
@@ -95,7 +95,7 @@ library
9595
import: common-options
9696
hs-source-dirs: src
9797
exposed-modules: Colog.Polysemy
98-
Colog.Polysemy.Effect
98+
Colog.Polysemy.Effect
9999

100100
build-depends: co-log-core ^>= 0.3.0.0
101101
, polysemy >= 1.2.0.0 && < 1.10

0 commit comments

Comments
 (0)