Skip to content

Commit 7f9af88

Browse files
authored
Prepare release 1.7.1 (#204)
1 parent 880f41e commit 7f9af88

File tree

7 files changed

+26
-5
lines changed

7 files changed

+26
-5
lines changed

prettyprinter-ansi-terminal/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.3]
2+
3+
- [Deprecate the `Data.Text.Prettyprint.*` modules](https://github.com/quchen/prettyprinter/pull/203)
4+
* Users should migrate to the new `Prettyprinter` module hierarchy.
5+
* The old modules will be removed no sooner than September 2022.
6+
7+
[1.1.3]: https://github.com/quchen/prettyprinter/compare/ansi-terminal-v1.1.2...ansi-terminal-v1.1.3
8+
19
# [1.1.2]
210

311
- [Add shallower `Prettyprinter` module hierarchy exposing the same API.](https://github.com/quchen/prettyprinter/pull/174)

prettyprinter-ansi-terminal/prettyprinter-ansi-terminal.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prettyprinter-ansi-terminal
2-
version: 1.1.2
2+
version: 1.1.3
33
cabal-version: >= 1.10
44
category: User Interfaces, Text
55
synopsis: ANSI terminal backend for the »prettyprinter« package.

prettyprinter-compat-ansi-wl-pprint/prettyprinter-compat-ansi-wl-pprint.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prettyprinter-compat-ansi-wl-pprint
2-
version: 1.0.1
2+
version: 1.0.2
33
cabal-version: >= 1.10
44
category: User Interfaces, Text
55
synopsis: Drop-in compatibility package to migrate from »ansi-wl-pprint« to »prettyprinter«.

prettyprinter-compat-wl-pprint/prettyprinter-compat-wl-pprint.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prettyprinter-compat-wl-pprint
2-
version: 1.0.0.1
2+
version: 1.0.1
33
cabal-version: >= 1.10
44
category: User Interfaces, Text
55
synopsis: Drop-in compatibility package to migrate from »wl-pprint« to »prettyprinter«.

prettyprinter-convert-ansi-wl-pprint/prettyprinter-convert-ansi-wl-pprint.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prettyprinter-convert-ansi-wl-pprint
2-
version: 1.1.1
2+
version: 1.1.2
33
cabal-version: >= 1.10
44
category: User Interfaces, Text
55
synopsis: Converter from »ansi-wl-pprint« documents to »prettyprinter«-based ones.

prettyprinter/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.7.1]
2+
3+
- [Deprecate the `Data.Text.Prettyprint.*` modules](https://github.com/quchen/prettyprinter/pull/203)
4+
* Users should migrate to the new `Prettyprinter` module hierarchy.
5+
* The old modules will be removed no sooner than September 2022.
6+
- [Make `text` an optional dependency:](https://github.com/quchen/prettyprinter/pull/202)
7+
* When built with `-f-text`, any `text`-based APIs will operate on `String`s instead.
8+
- Documentation improvements:
9+
* [#194](https://github.com/quchen/prettyprinter/pull/194)
10+
* [`1f0bffe`](https://github.com/quchen/prettyprinter/commit/1f0bffe5eb53874d1ba46b0a80bda67c02365f1b)
11+
12+
[1.7.1]: https://github.com/quchen/prettyprinter/compare/v1.7.0...v1.7.1
13+
114
# [1.7.0]
215

316
## Breaking changes

prettyprinter/prettyprinter.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prettyprinter
2-
version: 1.7.0
2+
version: 1.7.1
33
cabal-version: >= 1.10
44
category: User Interfaces, Text
55
synopsis: A modern, easy to use, well-documented, extensible pretty-printer.

0 commit comments

Comments
 (0)