Skip to content

Bump textwrap from 0.11.0 to 0.13.3#30

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps textwrap from 0.11.0 to 0.13.3.

Release notes

Sourced from textwrap's releases.

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

textwrap-0.13.0

This is a major release which rewrites the core logic, adds many new features, and fixes a couple of bugs. Most programs which use textwrap stays the same, incompatibilities and upgrade notes are given below.

Clone the repository and run the following to explore the new features in an interactive demo (Linux only):

$ cargo run --example interactive --all-features

Bug Fixes

... (truncated)

Changelog

Sourced from textwrap's changelog.

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.

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.

  • #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.

Version 0.13.0 (2020-12-05)

This is a major release which rewrites the core logic, adds many new features, and fixes a couple of bugs. Most programs which use

... (truncated)

Commits
  • ad143f1 Merge pull request #295 from mgeisler/release-0.13.3
  • 8928d28 Bump version to 0.13.3
  • c0a521a Update changelog for version 0.13.3
  • 5823c6f Add dependency graph for version 0.13.3
  • d3494a6 Update dependency graph when making a new release
  • 62e0d00 Merge pull request #294 from mgeisler/refill
  • d68c270 Add new unfill and refill functions
  • d1ad824 Merge pull request #293 from mgeisler/cleanup-cargo-badges
  • d54f64d Merge pull request #292 from mgeisler/forbid-warnings-in-ci
  • ec58434 Remove unused [badges] section from Cargo.toml
  • 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.3.
- [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.3)

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

dependabot Bot commented on behalf of github Feb 24, 2021

Superseded by #31.

@dependabot dependabot Bot closed this Feb 24, 2021
@dependabot dependabot Bot deleted the dependabot/cargo/textwrap-0.13.3 branch February 24, 2021 06:01
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