Skip to content

Commit 380d30a

Browse files
authored
Release 0.3.2.1. (#39)
1 parent deb7b9f commit 380d30a

File tree

4 files changed

+36
-27
lines changed

4 files changed

+36
-27
lines changed

CHANGELOG.md

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,20 @@
33
`co-log-core` uses [PVP Versioning][1].
44
The change log is available [on GitHub][2].
55

6-
## 0.x.y.zUnreleased
6+
## 0.3.2.1Oct 20, 2023
77

8-
- [#29](https://github.com/co-log/co-log-core/issues/29):
9-
Support GHC-9.6.
8+
## What's Changed
9+
* Relax doctest boundaries. by @alaendle in [#32](https://github.com/co-log/co-log-core/pull/32)
10+
* GA(deps): Bump actions/checkout from 3 to 4 by @dependabot in [#35](https://github.com/co-log/co-log-core/pull/35)
11+
* Allow doctest-0.22 by @Vekhir in [#36](https://github.com/co-log/co-log-core/pull/36)
12+
* [#29] Support GHC 9.6 by @vrom911 in [#33](https://github.com/co-log/co-log-core/pull/33)
13+
* Support ghc-9.8 by @alaendle in [#37](https://github.com/co-log/co-log-core/pull/37)
14+
* Publish to hackage directly from GitHub by @alaendle in [#38](https://github.com/co-log/co-log-core/pull/38)
1015

16+
## New Contributors
17+
* @Vekhir made their first contribution in https://github.com/co-log/co-log-core/pull/36
18+
19+
**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.0...v0.3.2.1
1120
## 0.3.2.0 — Nov 2, 2022
1221

1322
- [#25](https://github.com/co-log/co-log-core/issues/25):
@@ -39,71 +48,71 @@ The change log is available [on GitHub][2].
3948

4049
## 0.2.1.1 — Apr 18, 2020
4150

42-
- [#186](https://github.com/kowainik/co-log/issues/186):
51+
- [#186](https://github.com/co-log/co-log/issues/186):
4352
Support GHC-8.10.1.
4453

4554
## 0.2.1.0 — Jan 19, 2020
4655

47-
- [#139](https://github.com/kowainik/co-log/issues/139):
56+
- [#139](https://github.com/co-log/co-log/issues/139):
4857
Add (unrepresentable) `Functor` instance for `LogAction` with the
4958
custom type-error.
5059
(by [@vrom911](https://github.com/vrom911))
51-
- [#148](https://github.com/kowainik/co-log/issues/148):
60+
- [#148](https://github.com/co-log/co-log/issues/148):
5261
Support GHC-8.8.2.
5362
(by [@chshersh](https://github.com/chshersh))
54-
- [#122](https://github.com/kowainik/co-log/issues/122):
63+
- [#122](https://github.com/co-log/co-log/issues/122):
5564
Add the `separate` combinator.
5665
(by [@vrom911](https://github.com/vrom911))
57-
- [#125](https://github.com/kowainik/co-log/issues/125):
66+
- [#125](https://github.com/co-log/co-log/issues/125):
5867
Add monadic versions of contravariant functions.
5968
(by [@piq9117](https://github.com/piq9117))
60-
- [#138](https://github.com/kowainik/co-log/issues/138):
69+
- [#138](https://github.com/co-log/co-log/issues/138):
6170
Add `hoistLogAction` — higher-order transformation function.
6271
(by [@jiribenes](https://github.com/jiribenes))
63-
- [#123](https://github.com/kowainik/co-log/issues/123):
72+
- [#123](https://github.com/co-log/co-log/issues/123):
6473
Write default implementation to `getLogAction` via `logActionL`.
6574
(by [@SanchayanMaity](https://github.com/SanchayanMaity))
6675

6776
## 0.2.0.0 — May 5, 2019
6877

69-
- [#85](https://github.com/kowainik/co-log/issues/85):
78+
- [#85](https://github.com/co-log/co-log/issues/85):
7079
Move `overLogAction` to `HasLog` typeclass
71-
- [#101](https://github.com/kowainik/co-log/issues/101):
80+
- [#101](https://github.com/co-log/co-log/issues/101):
7281
Add `logActionL` lens with default implementation to `HasLog` type class.
73-
- [#99](https://github.com/kowainik/co-log/issues/99):
82+
- [#99](https://github.com/co-log/co-log/issues/99):
7483
Add comonadic combinators: `duplicate` and `multiplicate`.
75-
- [#78](https://github.com/kowainik/co-log/issues/78):
84+
- [#78](https://github.com/co-log/co-log/issues/78):
7685
Improve documentation significantly.
7786

7887
## 0.1.1 — Nov 15, 2018
7988

80-
- [#63](https://github.com/kowainik/co-log/issues/63):
89+
- [#63](https://github.com/co-log/co-log/issues/63):
8190
Add `logPrint`, `logPrintStderr`, `logPrintHandle` and `withLogPrintFile` to `Colog.Core.IO`.
82-
- [#46](https://github.com/kowainik/co-log/issues/46):
91+
- [#46](https://github.com/co-log/co-log/issues/46):
8392
Moves `logStringStdout`, `logStringStderr`, `logStringHandle`,
8493
`withLogStringFile` from `Colog.Actions` to `Colog.Core.IO`.
85-
- [#48](https://github.com/kowainik/co-log/issues/48):
94+
- [#48](https://github.com/co-log/co-log/issues/48):
8695
Adds `liftLogIO` function.
87-
- [#49](https://github.com/kowainik/co-log/issues/49):
96+
- [#49](https://github.com/co-log/co-log/issues/49):
8897
Add `<&` and `&>`operators for `unLogAction`.
89-
- [#47](https://github.com/kowainik/co-log/issues/47):
98+
- [#47](https://github.com/co-log/co-log/issues/47):
9099
Add `doctest` tests.
91-
- [#13](https://github.com/kowainik/co-log/issues/13):
100+
- [#13](https://github.com/co-log/co-log/issues/13):
92101
Add `.cabal` file description and improve documentation.
93-
- [#39](https://github.com/kowainik/co-log/issues/39):
102+
- [#39](https://github.com/co-log/co-log/issues/39):
94103
Support GHC-8.2.2 and GHC-8.6.2.
95104

96105
## 0.1.0
97106

98-
- [#38](https://github.com/kowainik/co-log/issues/38):
107+
- [#38](https://github.com/co-log/co-log/issues/38):
99108
Rename `cbind` to `cmapM`.
100109

101-
- [#37](https://github.com/kowainik/co-log/issues/37):
110+
- [#37](https://github.com/co-log/co-log/issues/37):
102111
Add `base` bounds.
103112

104113
## 0.0.0
105114

106115
- Initially created.
107116

108117
[1]: https://pvp.haskell.org
109-
[2]: https://github.com/kowainik/co-log/releases
118+
[2]: https://github.com/co-log/co-log-core/releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![GitHub CI](https://github.com/co-log/co-log-core/workflows/CI/badge.svg)](https://github.com/co-log/co-log-core/actions)
66
[![Hackage][hk-img-core]][hk-core]
7-
[![MPL-2.0 license](https://img.shields.io/badge/license-MPL--2.0-blue.svg)](https://github.com/kowainik/co-log/blob/main/LICENSE)
7+
[![MPL-2.0 license](https://img.shields.io/badge/license-MPL--2.0-blue.svg)](https://github.com/co-log/co-log/blob/main/LICENSE)
88

99
`co-log-core` is a lightweight package that provides core types and functions to
1010
work with the @LogAction@ data type which is both simple and powerful.

co-log-core.cabal

Lines changed: 1 addition & 1 deletion
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.0
3+
version: 0.3.2.1
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.

src/Colog/Core/Severity.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{- |
44
Module : Colog.Core.Severity
5-
Copyright : (c) 2018-2020 Kowainik, 2021-2022 Co-Log
5+
Copyright : (c) 2018-2020 Kowainik, 2021-2023 Co-Log
66
SPDX-License-Identifier : MPL-2.0
77
Maintainer : Co-Log <[email protected]>
88
Stability : Stable

0 commit comments

Comments
 (0)