Skip to content

build(deps): bump iyes_loopless from 0.5.1 to 0.9.1 - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/iyes_loopless-0.9.1
Open

build(deps): bump iyes_loopless from 0.5.1 to 0.9.1#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/iyes_loopless-0.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 14, 2024

Copy link
Copy Markdown
Contributor

Bumps iyes_loopless from 0.5.1 to 0.9.1.

Changelog

Sourced from iyes_loopless's changelog.

[0.9.1]: 2022-11-20

Fixed

  • Conditional exclusive systems no longer panic when ran

[0.9.0]: 2022-11-19

Changed

  • Bevy 0.9 compatibility

[0.8.0]: 2022-10-24

Added

  • All missing API docs
  • Extension traits for a nice API on App/Schedule for working with fixed timesteps, similar to states
  • FixedTimesteps resource: allows any system to access the properties of any fixed timestep
  • Fixed timesteps can be paused/unpaused

Changed

  • FixedTimestepInfo is now accessed via a FixedTimesteps resource
  • Fixed timestep APIs use string names to identify fixed timesteps
  • Create a conditional exclusive system by calling .into_conditional_exclusive(). No more conflicting traits. No need for special imports, prelude just works.

Removed

  • FixedTimestepInfo is no longer directly provided as a resource

Fixed

  • run_on_event run condition no longer fires twice under some edge cases
  • WASM compatibility for fixed timestep: use bevy_utils::Duration instead of std::time::Duration

[0.7.1]: 2022-08-18

Added

Changed

  • Using bare system function names with before/after is now a compile error instead of runtime warning. (this was always broken and unsupported)

[0.7.0]: 2022-07-31

Added

  • API helper extension methods for Schedule, analogous to those for App. (thanks @​NiklasEi)

Changed

  • Bevy 0.8 support
  • FixedTimestepInfo.accumulator is now pub; mutations also affect the internal accumulator

[0.6.1]: 2022-06-20

... (truncated)

Commits
  • 9bd6ce8 version bump to 0.9.1
  • 8915183 fix runtime panic with conditional exclusive systems
  • 0006f78 update changelog and readme
  • 92ecd3c update examples to bevy 0.9
  • 18e7f88 bevy 0.9 compat
  • f8b8b62 always call store_fixedtimestepinfo (#41)
  • 3b9f73a Make TimestepName field of FixedTimestepStageLabel public (#40)
  • 897ecb0 bump version to 0.8.0
  • c4951a3 update changelog
  • 9112f4b warn(missing_docs): add all missing docs
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [iyes_loopless](https://github.com/IyesGames/iyes_loopless) from 0.5.1 to 0.9.1.
- [Changelog](https://github.com/IyesGames/iyes_loopless/blob/main/CHANGELOG.md)
- [Commits](IyesGames/iyes_loopless@v0.5.1...v0.9.1)

---
updated-dependencies:
- dependency-name: iyes_loopless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 14, 2024
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants