Skip to content

Bump textwrap from 0.11.0 to 0.13.4#31

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/textwrap-0.13.4
Closed

Bump textwrap from 0.11.0 to 0.13.4#31
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/textwrap-0.13.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 24, 2021

Bumps textwrap from 0.11.0 to 0.13.4.

Release notes

Sourced from textwrap's releases.

textwrap-0.13.4

Version 0.13.4 (2021-02-23)

This release removes println! statements which was left behind in unfill by mistake.

  • #296: Improve house building example with more comments.
  • #297: Remove debug prints in the new unfill function.

textwrap-0.13.3

Version 0.13.3 (2021-02-20)

This release contains a bugfix for indent and improved handling of emojis. We’ve also added a new function for formatting text in columns and functions for reformatting already wrapped text.

  • #276: Extend core::display_width to handle emojis when the unicode-width Cargo feature is disabled.
  • #279: Make indent preserve existing newlines in the input string.
  • #281: Ensure all Options fields have examples.
  • #282: Add a wrap_columns function.
  • #294: Add new unfill and refill functions.

textwrap-0.13.2

Version 0.13.2 (2020-12-30)

This release primarily makes all dependencies optional. This makes it possible to slim down textwrap as needed.

  • #254: impl WordSplitter for Box<T> where T: WordSplitter.
  • #255: Use command line arguments as initial text in interactive example.
  • #256: Introduce fuzz tests for wrap_optimal_fit and wrap_first_fit.
  • #260: Make the unicode-width dependency optional.
  • #261: Make the smawk dependency optional.

textwrap-0.13.1

Version 0.13.1 (2020-12-10)

This is a bugfix release which fixed the width computations for colored text.

  • #245: Support deleting a word with Ctrl-Backspace in the interactive demo
  • #246: Show build type (debug/release) in interactive demo
  • #249: Correctly compute width while skipping over ANSI escape sequences

... (truncated)

Changelog

Sourced from textwrap's changelog.

Version 0.13.4 (2021-02-23)

This release removes println! statements which was left behind in unfill by mistake.

  • #296: Improve house building example with more comments.
  • #297: Remove debug prints in the new unfill function.

Version 0.13.3 (2021-02-20)

This release contains a bugfix for indent and improved handling of emojis. We’ve also added a new function for formatting text in columns and functions for reformatting already wrapped text.

  • #276: Extend core::display_width to handle emojis when the unicode-width Cargo feature is disabled.
  • #279: Make indent preserve existing newlines in the input string. Before, indent("foo", "") would return "foo\n" by mistake. It now returns "foo" instead.
  • #281: Ensure all Options fields have examples.
  • #282: Add a wrap_columns function.
  • #294: Add new unfill and refill functions.

Version 0.13.2 (2020-12-30)

This release primarily makes all dependencies optional. This makes it possible to slim down textwrap as needed.

  • #254: impl WordSplitter for Box<T> where T: WordSplitter.
  • #255: Use command line arguments as initial text in interactive example.
  • #256: Introduce fuzz tests for wrap_optimal_fit and wrap_first_fit.
  • #260: Make the unicode-width dependency optional.
  • #261: Make the smawk dependency optional.

Version 0.13.1 (2020-12-10)

This is a bugfix release which fixes a regression in 0.13.0. The bug meant that colored text was wrapped incorrectly.

... (truncated)

Commits
  • c0a0db1 Merge pull request #298 from mgeisler/release-0.13.4
  • 099bd45 Bump version to 0.13.4
  • a5b8aec Expand on the consequence of the indent bugfix in 0.13.3
  • 5c2278f Update changelog for version 0.13.4
  • 14632a5 Add dependency graph for version 0.13.4
  • 9ad04ee Merge pull request #296 from mgeisler/improve-house-example
  • 1007c95 Merge pull request #297 from mgeisler/cleanup-debug-prints
  • c75b64b Remove debug prints
  • d75bc6d Improve house building example with more comments
  • ad143f1 Merge pull request #295 from mgeisler/release-0.13.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.11.0 to 0.13.4.
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](mgeisler/textwrap@0.11.0...0.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 24, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 7, 2021

Superseded by #41.

@dependabot dependabot Bot closed this Jun 7, 2021
@dependabot dependabot Bot deleted the dependabot/cargo/textwrap-0.13.4 branch June 7, 2021 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants