Skip to content

Commit 59e25eb

Browse files
committed
Update changelog and bump version
1 parent 0ac2f70 commit 59e25eb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.9.2
2+
3+
* [Apply better coloring](https://github.com/psibi/tldr-hs/pull/43 "https://github.com/psibi/tldr-hs/pull/43")
4+
15
# 0.9.1
26

37
* When the [`NO_COLOR`](https://no-color.org/) environment variable is set, the client will not color the output.

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tldr
2-
version: '0.9.1'
2+
version: '0.9.2'
33
synopsis: Haskell tldr client
44
description: |
55
Haskell tldr client with support for viewing tldr pages. Has offline

tldr.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ cabal-version: 1.12
33
-- This file has been generated from package.yaml by hpack version 0.34.4.
44
--
55
-- see: https://github.com/sol/hpack
6-
--
7-
-- hash: 86d07459291589175c3f2f48f7b55186411b1b57c3a9b1e89abc1df51c9c7f38
86

97
name: tldr
10-
version: 0.9.1
8+
version: 0.9.2
119
synopsis: Haskell tldr client
1210
description: Haskell tldr client with support for viewing tldr pages. Has offline
1311
cache for accessing pages. Visit https://tldr.sh for more details.

0 commit comments

Comments
 (0)