Skip to content

Update embedded-graphics requirement from 0.6.2 to 0.7.1 - #15

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/embedded-graphics-0.7.1
Closed

Update embedded-graphics requirement from 0.6.2 to 0.7.1#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/embedded-graphics-0.7.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/embedded-graphics-0.7.1 branch from 489f1d8 to dee5c91 Compare December 29, 2022 03:43
@ryankurte ryankurte closed this Jul 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/embedded-graphics-0.7.1 branch July 25, 2026 09:34
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.

1 participant