projectharmonia / bevy_replicon

Server-authoritative networking crate for the Bevy game engine.
https://crates.io/crates/bevy_replicon
Apache License 2.0
353 stars 31 forks source link

Bump version to 0.27.0-rc.1 #283

Closed Shatur closed 5 months ago

Shatur commented 5 months ago

I thinking about releasing an RC version that supports Bevy 0.14.0-rc.2. I can't release bevy_replicon_renet, but the core crate can be used by other messaging backends that can potentially update to support 0.14.0-rc.2. What do you think?

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.44%. Comparing base (2e6f840) to head (8eba653).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #283 +/- ## ======================================= Coverage 90.44% 90.44% ======================================= Files 36 36 Lines 2197 2197 ======================================= Hits 1987 1987 Misses 210 210 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

UkoeHB commented 5 months ago

I think this is the best option, although a bit clumsy.