Skip to content

Commit

Permalink
Release version 0.0.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle committed Jan 5, 2025
1 parent 68753d3 commit 5f6267a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
`co-log-polysemy` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## 0.0.1.6 - January 5, 2025

### What's Changed
* Support ghc-9.12

**Full Changelog**: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.5...v0.0.1.6

## 0.0.1.5 - Jun 8, 2024

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


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

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

**Full Changelog**: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.3...v0.0.1.4

## 0.0.1.3 — Nov 2, 2021

* [#223](https://github.com/co-log/co-log/pulls/223):
Expand Down
4 changes: 2 additions & 2 deletions co-log-polysemy.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: co-log-polysemy
version: 0.0.1.5
version: 0.0.1.6
synopsis: Composable Contravariant Comonadic Logging Library
description:
Implementation of the [co-log](http://hackage.haskell.org/package/co-log-core)
Expand Down Expand Up @@ -95,7 +95,7 @@ library
import: common-options
hs-source-dirs: src
exposed-modules: Colog.Polysemy
Colog.Polysemy.Effect
Colog.Polysemy.Effect

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

0 comments on commit 5f6267a

Please sign in to comment.