Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 0.14.0 rc.2 #282

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Update to 0.14.0 rc.2 #282

merged 3 commits into from
Jun 7, 2024

Conversation

Shatur
Copy link
Contributor

@Shatur Shatur commented Jun 7, 2024

I didn't update bevy_replicon_renet, but maybe we can do a release without it to let other developers update their messaging plugins?

@Shatur Shatur requested a review from UkoeHB June 7, 2024 15:04
@Shatur Shatur marked this pull request as draft June 7, 2024 15:09
@Shatur Shatur force-pushed the 0.14.0-rc.2 branch 4 times, most recently from ab3d937 to 3c433a2 Compare June 7, 2024 15:24
@Shatur Shatur marked this pull request as ready for review June 7, 2024 15:28
@Shatur Shatur mentioned this pull request Jun 7, 2024
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.44%. Comparing base (7581814) to head (bac642d).

Current head bac642d differs from pull request most recent head 9218b6f

Please upload reports for the commit 9218b6f to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #282      +/-   ##
==========================================
- Coverage   90.94%   90.44%   -0.50%     
==========================================
  Files          38       36       -2     
  Lines        2329     2197     -132     
==========================================
- Hits         2118     1987     -131     
+ Misses        211      210       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -26,8 +26,7 @@ pub struct ParentSyncPlugin;
/// then you need to run it before [`ServerSet::StoreHierarchy`].
impl Plugin for ParentSyncPlugin {
fn build(&self, app: &mut App) {
app.register_type::<Option<Entity>>()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed since Bevy recursively register types.

Just a few spaces and an intermediate veriable to make the code look a
little bit nicer.
Comment on lines 18 to 21
{ name = "bitflags", version = "2.0" },
{ name = "cfg_aliases", version = "0.1" },
{ name = "event-listener", version = "<5.0" },
{ name = "event-listener-strategy", version = "0.5" },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you figure out what to put in the deny.toml?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just run cargo deny.

@Shatur Shatur merged commit 2e6f840 into master Jun 7, 2024
6 checks passed
@Shatur Shatur deleted the 0.14.0-rc.2 branch June 7, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants