peterstuart / cherry

MIT License
0 stars 0 forks source link

Bump embedded-graphics-simulator from 0.3.0 to 0.4.1 #27

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps embedded-graphics-simulator from 0.3.0 to 0.4.1.

Release notes

Sourced from embedded-graphics-simulator's releases.

v0.4.1

Added

  • #45 Added OutputSettingsBuilder::max_fps to set the maximum FPS of the simulator.

Changed

  • #45 Limit simulator to 60FPS by default.

v0.4.0

Changed

  • #34 Bump minimum embedded-graphics version from 0.7.0 to 0.7.1.
  • (breaking) #44 Bump Minimum Supported Rust Version (MSRV) to 1.61.
Changelog

Sourced from embedded-graphics-simulator's changelog.

[0.4.1] - 2023-03-06

Added

  • #45 Added OutputSettingsBuilder::max_fps to set the maximum FPS of the simulator.

Changed

  • #45 Limit simulator to 60FPS by default.

[0.4.0] - 2022-09-19

Changed

  • #34 Bump minimum embedded-graphics version from 0.7.0 to 0.7.1.
  • (breaking) #44 Bump Minimum Supported Rust Version (MSRV) to 1.61.
Commits
  • 829a67c Release embedded-graphics-simulator 0.4.1
  • 11ec451 Improve Simulator CPU Usage up to 50%. (#45)
  • 3b7bf85 Release embedded-graphics-simulator 0.4.0
  • 071be64 Fix cargo-release config warning
  • 2d4b3d4 Migrate some release config from embedded-graphics
  • e6cd806 Upgrade MSRV to 1.61 (#44)
  • 96e8a36 Add note on setting LIBRARY_PATH for Homebrew (#38)
  • ea1abb3 Migrate to intra-doc links (#40)
  • 72bc8c9 Update to Rust edition 2021 (#39)
  • 5210922 Add release docs (#35)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #29.