ryankurte / rust-ptouch

Rust driver for Brother P-Touch label makers (USB)
44 stars 14 forks source link

Update embedded-text requirement from 0.4.0 to 0.5.0 #20

Open dependabot[bot] opened 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on embedded-text to permit the latest version.

Release notes

Sourced from embedded-text's releases.

v0.5.0

Stable release of embedded-text 0.5.0.

This release fixes a whitespace rendering inconsistency and hides a small number of private API.

Changelog

Sourced from embedded-text's changelog.

0.5.0 (2021-09-08)

Fixed:

  • #157 Fixed carrying whitespace to the next line

Removed:

  • #155 Removed TextBox::fit_height and TextBox::fit_height_limited

#155: embedded-graphics/embedded-text#155 #157: embedded-graphics/embedded-text#157

0.5.0-beta.4 (2021-08-16)

Added:

  • #148 Added TextBoxStyleBuilder::leading_spaces() and TextBoxStyleBuilder::trailing_spaces()
  • #148 Added TextBoxStyle::leading_spaces and TextBoxStyle::trailing_spaces

Fixed:

  • #143 Fixed measuring text height with active plugins.
  • #144 Fixed a word wrapping issue

Removed:

  • #150 Removed unused as-slice dependency

#143: embedded-graphics/embedded-text#143 #144: embedded-graphics/embedded-text#144 #148: embedded-graphics/embedded-text#148 #150: embedded-graphics/embedded-text#150

0.5.0-beta.3 (2021-08-08)

Added:

  • #133 Added the following const functions:
    • TextBoxStyle::default()
    • TextBoxStyleBuilder::default()
    • TabSize::default()
  • #134 Tail plugin
  • #135 Allow using the built-in plugins without the plugin feature.
  • #137 Allow using multiple plugins.
  • #136 Cursor is now public.
  • #136 Added TextBox::take_plugins().

... (truncated)

Commits


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)