Skip to content

Update embedded-graphics requirement from 0.6.2 to 0.7.1 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2021

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

Release notes

Sourced from embedded-graphics's releases.

embedded-graphics v0.7.1

Changed

  • #606 Bump minimum embedded-graphics-core version from 0.3.0 to 0.3.2
Changelog

Sourced from embedded-graphics's changelog.

[0.7.1] - 2021-06-15

Changed

  • #606 Bump minimum embedded-graphics-core version from 0.3.0 to 0.3.2

[0.7.0] - 2021-06-05

Added

  • #602 Implemented core::fmt::Display for Point and Size.

Changed

  • (breaking) - #600 Renamed Mapping::all to Mapping::iter.
  • (breaking) - #603 MockDisplay::eq was replaced by a PartialEq implementation for MockDisplay.

Removed

  • (breaking) - #604 Removed incomplete JIS X 0201 fonts.

[0.7.0-beta.2] - 2021-05-24

Added

  • #587 Added From<&TextStyle> impl for TextStyleBuilder and From<&MonoFont> for MonoFontBuilder.
  • #589 Implemented From trait to convert from RGB colors to grayscale colors, between different grayscale colors and from grayscale and RGB colors to BinaryColor.

Changed

  • (breaking) - #596 Added more ISO8859 glyph subsets as well as JIS_X0201 for bundled MonoFonts, supporting more languages. The latin1 subset was renamed to iso_8859_1.

[0.7.0-beta.1] - 2021-04-19

Added

  • (breaking) #552 Added the Output associated type to Drawable to allow returning non-() values from drawing operations.
  • #563 Added is_none, is_text_color and is_custom methods to DecorationColor.
  • #563 Added is_transparent methods to PrimitiveStyle and MonoTextStyle.
  • #569 Added a line_height field to TextStyle.
  • #571 Added MockDisplay::set_pixels to set pixels from an iterator.
  • #572 Added ImageRaw::new_binary to create const images with binary image data.
  • #576 Added reset methods for color settings to MonoTextStyleBuilder and PrimitiveStyleBuilder.
  • #582 Added StyledDrawable, StyledDimensions and StyledPixels traits.

Changed

  • (breaking) #561 Renamed HorizontalAlignment and VerticalAlignment to Alignment and Baseline.
  • (breaking) #561 Replaced TextRenderer::vertical_offset by baseline arguments for the other TextRenderer methods.
  • (breaking) #563 The bounding boxes returned by Dimensions implementations for styled primitives no longer depend on the fill and stroke color.

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 16, 2021
Updates the requirements on [embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) to permit the latest version.
- [Release notes](https://github.com/embedded-graphics/embedded-graphics/releases)
- [Changelog](https://github.com/embedded-graphics/embedded-graphics/blob/master/CHANGELOG.md)
- [Commits](embedded-graphics/embedded-graphics@embedded-graphics-v0.6.2...embedded-graphics-v0.7.1)

---
updated-dependencies:
- dependency-name: embedded-graphics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/embedded-graphics-0.7.1 branch from 489f1d8 to dee5c91 Compare December 29, 2022 03:43
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