Skip to content

Commit

Permalink
Prepare release 1.7.1 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Sep 11, 2021
1 parent 880f41e commit 7f9af88
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 5 deletions.
8 changes: 8 additions & 0 deletions prettyprinter-ansi-terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.1.3]

- [Deprecate the `Data.Text.Prettyprint.*` modules](https://github.com/quchen/prettyprinter/pull/203)
* Users should migrate to the new `Prettyprinter` module hierarchy.
* The old modules will be removed no sooner than September 2022.

[1.1.3]: https://github.com/quchen/prettyprinter/compare/ansi-terminal-v1.1.2...ansi-terminal-v1.1.3

# [1.1.2]

- [Add shallower `Prettyprinter` module hierarchy exposing the same API.](https://github.com/quchen/prettyprinter/pull/174)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prettyprinter-ansi-terminal
version: 1.1.2
version: 1.1.3
cabal-version: >= 1.10
category: User Interfaces, Text
synopsis: ANSI terminal backend for the »prettyprinter« package.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prettyprinter-compat-ansi-wl-pprint
version: 1.0.1
version: 1.0.2
cabal-version: >= 1.10
category: User Interfaces, Text
synopsis: Drop-in compatibility package to migrate from »ansi-wl-pprint« to »prettyprinter«.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prettyprinter-compat-wl-pprint
version: 1.0.0.1
version: 1.0.1
cabal-version: >= 1.10
category: User Interfaces, Text
synopsis: Drop-in compatibility package to migrate from »wl-pprint« to »prettyprinter«.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prettyprinter-convert-ansi-wl-pprint
version: 1.1.1
version: 1.1.2
cabal-version: >= 1.10
category: User Interfaces, Text
synopsis: Converter from »ansi-wl-pprint« documents to »prettyprinter«-based ones.
Expand Down
13 changes: 13 additions & 0 deletions prettyprinter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.7.1]

- [Deprecate the `Data.Text.Prettyprint.*` modules](https://github.com/quchen/prettyprinter/pull/203)
* Users should migrate to the new `Prettyprinter` module hierarchy.
* The old modules will be removed no sooner than September 2022.
- [Make `text` an optional dependency:](https://github.com/quchen/prettyprinter/pull/202)
* When built with `-f-text`, any `text`-based APIs will operate on `String`s instead.
- Documentation improvements:
* [#194](https://github.com/quchen/prettyprinter/pull/194)
* [`1f0bffe`](https://github.com/quchen/prettyprinter/commit/1f0bffe5eb53874d1ba46b0a80bda67c02365f1b)

[1.7.1]: https://github.com/quchen/prettyprinter/compare/v1.7.0...v1.7.1

# [1.7.0]

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion prettyprinter/prettyprinter.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prettyprinter
version: 1.7.0
version: 1.7.1
cabal-version: >= 1.10
category: User Interfaces, Text
synopsis: A modern, easy to use, well-documented, extensible pretty-printer.
Expand Down

0 comments on commit 7f9af88

Please sign in to comment.