Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Updates the requirements on textwrap to permit the latest version.

Release notes

Sourced from textwrap's releases.

textwrap-0.15.1

Version 0.15.1 (2022-09-15)

This release which fixes crashes in unfill and refill. It also adds a new option to make the line endings (\n or \r\n) configurable:

  • #448: Migrate to the Rust 2021 edition.
  • #458: Test with Rust 1.56 (first compiler release with support for Rust 2021).
  • #454: Make line endings configurable.
  • #467: Fix unfill and refill crashes.
  • #468: Fix refill to add back correct line ending.
Changelog

Sourced from textwrap's changelog.

Version 0.15.1 (2022-09-15)

This release which fixes crashes in unfill and refill. It also adds a new option to make the line endings (\n or \r\n) configurable:

  • #448: Migrate to the Rust 2021 edition.
  • #458: Test with Rust 1.56 (first compiler release with support for Rust 2021).
  • #454: Make line endings configurable.
  • #467: Fix unfill and refill crashes.
  • #468: Fix refill to add back correct line ending.

Version 0.15.0 (2022-02-27)

This is a major feature release with two main changes:

  • #421: Use f64 instead of usize for fragment widths.

    This fixes problems with overflows in the internal computations of wrap_optimal_fit when fragments (words) or line lenghts had extreme values, such as usize::MAX.

  • #438: Simplify Options by removing generic type parameters.

    This change removes the new generic parameters introduced in version 0.14, as well as the original WrapSplitter parameter which has been present since very early versions.

    The result is a simplification of function and struct signatures across the board. So what used to be

    let options: Options<
        wrap_algorithms::FirstFit,
        word_separators::AsciiSpace,
        word_splitters::HyphenSplitter,
    > = Options::new(80);

    if types are fully written out, is now simply

    let options: Options<'_> = Options::new(80);

... (truncated)

Commits
  • 43ad7fc Revert "Expand crate keywords"
  • efc9921 Merge pull request #470 from mgeisler/release-0.15.1
  • a2d33eb Bump version to 0.15.1
  • 90ca90b Update changelog for version 0.15.1
  • 7b827d6 Add dependency graph for version 0.15.1
  • c68d4d3 Merge pull request #471 from mgeisler/cross-link-word-splitter-break-words
  • 29c735b Cross-link break_words with word_splitter
  • e5c9a76 Merge pull request #469 from mgeisler/clippy
  • e2a111c Apply small Clippy suggestions
  • 73f1e4a Merge pull request #468 from mgeisler/refill-fix-final-newline
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested review from a team and Xtansia as code owners October 10, 2022 20:47
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2022

Codecov Report

Merging #86 (ca8886d) into main (f410d8e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   42.32%   42.32%           
=======================================
  Files          49       49           
  Lines       27967    27967           
=======================================
  Hits        11836    11836           
  Misses      16131    16131           
Flag Coverage Δ
integration 42.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Updates the requirements on [textwrap](https://github.com/mgeisler/textwrap) to permit the latest version.
- [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.15.1)

---
updated-dependencies:
- dependency-name: textwrap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/textwrap-tw-0.15 branch from a0d01b6 to ca8886d Compare October 10, 2022 22:08
@VachaShah VachaShah merged commit 18d50b4 into main Oct 14, 2022
@dependabot dependabot bot deleted the dependabot/cargo/textwrap-tw-0.15 branch October 14, 2022 19:19
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.

3 participants