Skip to content

Commit

Permalink
Release v0.6.1.0. (#274)
Browse files Browse the repository at this point in the history
* Prepare v0.6.1.0.

* Updated changelog.

* Removed @vrom911 from the CODEOWNERS file.
  • Loading branch information
alaendle committed Mar 1, 2024
1 parent 67dd7bf commit 06b11cb
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @alaendle @vrom911
* @alaendle
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
`co-log` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## 0.6.1.0 - Mar 1, 2024

## What's Changed

* GA(deps): Bump actions/cache from 3 to 4 by @dependabot in https://github.com/co-log/co-log/pull/273
* docs: refine the loggert tutorials by @xieyuschen in https://github.com/co-log/co-log/pull/272
* Support ghc-9.8. by @alaendle in https://github.com/co-log/co-log/pull/270

**Full Changelog**: https://github.com/co-log/co-log/compare/v0.6.0.2...v0.6.1.0

## 0.6.0.0 - Sep 18, 2023

### What's Changed
Expand Down
4 changes: 2 additions & 2 deletions co-log.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: co-log
version: 0.6.0.2
version: 0.6.1.0
synopsis: Composable Contravariant Comonadic Logging Library
description:
The default implementation of logging based on [co-log-core](http://hackage.haskell.org/package/co-log-core).
Expand All @@ -15,7 +15,7 @@ license: MPL-2.0
license-file: LICENSE
author: Dmitrii Kovanikov
maintainer: Kowainik <xrom.xkov@gmail.com>
copyright: 2018-2022 Kowainik, 2023 Co-Log
copyright: 2018-2022 Kowainik, 2023-2024 Co-Log
category: Logging, Contravariant, Comonad
build-type: Simple
stability: provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Colog.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{- |
Copyright: (c) 2018-2022 Kowainik, 2023 Co-Log
Copyright: (c) 2018-2022 Kowainik, 2023-2024 Co-Log
SPDX-License-Identifier: MPL-2.0
This package contains @mtl@ implementation of composable, contravariant and
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Actions.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{- |
Copyright: (c) 2018-2022 Kowainik, 2023 Co-Log
Copyright: (c) 2018-2022 Kowainik, 2023-2024 Co-Log
SPDX-License-Identifier: MPL-2.0
Logging actions for various text types.
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Contra.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{-# LANGUAGE CPP #-}

{- |
Copyright: (c) 2018-2022 Kowainik, 2023 Co-Log
Copyright: (c) 2018-2022 Kowainik, 2023-2024 Co-Log
SPDX-License-Identifier: MPL-2.0
This module contains 'LogAction' orphan instances of @contravariant@ classes.
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Message.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{-# LANGUAGE TypeFamilies #-}

{- |
Copyright: (c) 2018-2022 Kowainik, 2023 Co-Log
Copyright: (c) 2018-2022 Kowainik, 2023-2024 Co-Log
SPDX-License-Identifier: MPL-2.0
This module contains logging messages data types along with the formatting and
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Monad.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE InstanceSigs #-}

{- |
Copyright: (c) 2018-2022 Kowainik, 2023 Co-Log
Copyright: (c) 2018-2022 Kowainik, 2023-2024 Co-Log
SPDX-License-Identifier: MPL-2.0
Core of the @mtl@ implementation.
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Pure.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{- |
Copyright: (c) 2018-2022 Kowainik, 2023 Co-Log
Copyright: (c) 2018-2022 Kowainik, 2023-2024 Co-Log
SPDX-License-Identifier: MPL-2.0
Pure implementation of logging action.
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Rotation.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{- |
Copyright: (c) 2018-2022 Kowainik, 2023 Co-Log
Copyright: (c) 2018-2022 Kowainik, 2023-2024 Co-Log
SPDX-License-Identifier: MPL-2.0
Stability: experimental
Expand Down

0 comments on commit 06b11cb

Please # to comment.