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

Move `bevy_replicon_renet` to a dedicated repository #303

Closed Shatur closed 4 months ago

Shatur commented 4 months ago

Moved to https://github.com/projectharmonia/bevy_replicon_renet.

Shatur commented 4 months ago

I think we can merge 0.14.0-rc into master after this merge. What do you think?

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 91.03%. Comparing base (b7942fc) to head (a83586b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 0.14.0-rc #303 +/- ## ============================================= + Coverage 90.95% 91.03% +0.08% ============================================= Files 37 36 -1 Lines 2200 2198 -2 ============================================= Hits 2001 2001 + Misses 199 197 -2 ```

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

UkoeHB commented 4 months ago

I think we can merge 0.14.0-rc into master after this merge. What do you think?

IMO it's better to keep it as a dev branch since Bevy rc is not an official/stable release. This way it's easier to back-port bug fixes to the current stable release that's on main (as a general pattern, not that we will need that for this release).

Shatur commented 4 months ago

Okay, keeping it separate then!