Skip to content

Bump textwrap from 0.11.0 to 0.12.1 - #11

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 27, 2020

Copy link
Copy Markdown

Bumps textwrap from 0.11.0 to 0.12.1.

Changelog

Sourced from textwrap's changelog.

Version 0.12.1 — July 3rd, 2020

This is a bugfix release.

  • Fixed #176[issue-176]: Mention compile-time wrapping by linking to the [textwrap-macros crate].
  • Fixed #193[issue-193]: Wrapping with break_words(false) was broken and would cause extra whitespace to be inserted when words were longer than the line width.

Version 0.12.0 — June 26th, 2020

The code has been updated to the [Rust 2018 edition][rust-2018] and each new release of textwrap will only support the latest stable version of Rust. Trying to support older Rust versions is a fool's errand: our dependencies keep releasing new patch versions that require newer and newer versions of Rust.

The term_size feature has been replaced by terminal_size. The API is unchanged, it is just the name of the Cargo feature that changed.

The hyphenation feature now only embeds the hyphenation patterns for US-English. This slims down the dependency.

  • Fixed #140[issue-140]: Ignore ANSI escape sequences.
  • Fixed #158[issue-158]: Unintended wrapping when using external splitter.
  • Fixed #177[issue-177]: Update examples to the 2018 edition.
Commits
  • b224787 Merge pull request #196 from mgeisler/release-0.12.1
  • ecc08ba cargo: bump version to 0.12.1
  • c5351ac cargo: simplify and bump dependencies
  • 9b553e3 Merge pull request #195 from mgeisler/issue-193-narrow
  • 59cb096 Handle narrow lines in combination with break_words(false)
  • cc0f888 Merge pull request #194 from mgeisler/issue-193
  • c9cd162 Fix handling of break_words(false)
  • 3a8913d Merge pull request #192 from mgeisler/mention-textwrap-macros
  • 265d4ef Link to the textwrap-macros crate
  • 720e19f Merge pull request #191 from mgeisler/clippy
  • 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.12.1.
- [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.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 27, 2020
@dependabot @github

dependabot Bot commented on behalf of github Dec 7, 2020

Copy link
Copy Markdown
Author

Superseded by #18.

@dependabot dependabot Bot closed this Dec 7, 2020
@dependabot
dependabot Bot deleted the dependabot/cargo/textwrap-0.12.1 branch December 7, 2020 07:36
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