From b995b4662a9481e8d6fd984b2d2fd02e1c2d1a5d Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Tue, 23 Aug 2022 12:29:06 -0700 Subject: [PATCH] bump all other crates to 0.8.1 --- Cargo.toml | 2 +- crates/bevy_animation/Cargo.toml | 2 +- crates/bevy_app/Cargo.toml | 2 +- crates/bevy_asset/Cargo.toml | 2 +- crates/bevy_audio/Cargo.toml | 2 +- crates/bevy_core/Cargo.toml | 2 +- crates/bevy_core_pipeline/Cargo.toml | 2 +- crates/bevy_derive/Cargo.toml | 2 +- crates/bevy_diagnostic/Cargo.toml | 2 +- crates/bevy_dylib/Cargo.toml | 2 +- crates/bevy_dynamic_plugin/Cargo.toml | 2 +- crates/bevy_ecs/Cargo.toml | 2 +- crates/bevy_ecs/macros/Cargo.toml | 2 +- crates/bevy_encase_derive/Cargo.toml | 2 +- crates/bevy_gilrs/Cargo.toml | 2 +- crates/bevy_gltf/Cargo.toml | 2 +- crates/bevy_hierarchy/Cargo.toml | 2 +- crates/bevy_input/Cargo.toml | 2 +- crates/bevy_internal/Cargo.toml | 2 +- crates/bevy_log/Cargo.toml | 2 +- crates/bevy_macro_utils/Cargo.toml | 2 +- crates/bevy_math/Cargo.toml | 2 +- crates/bevy_mikktspace/Cargo.toml | 2 +- crates/bevy_ptr/Cargo.toml | 2 +- crates/bevy_reflect/Cargo.toml | 2 +- crates/bevy_reflect/bevy_reflect_derive/Cargo.toml | 2 +- crates/bevy_render/Cargo.toml | 2 +- crates/bevy_render/macros/Cargo.toml | 2 +- crates/bevy_scene/Cargo.toml | 2 +- crates/bevy_tasks/Cargo.toml | 2 +- crates/bevy_text/Cargo.toml | 2 +- crates/bevy_time/Cargo.toml | 2 +- crates/bevy_transform/Cargo.toml | 2 +- crates/bevy_utils/Cargo.toml | 2 +- crates/bevy_winit/Cargo.toml | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b73e9cf0dca31..7e44a1c0aa824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy" -version = "0.8.0" +version = "0.8.1" edition = "2021" categories = ["game-engines", "graphics", "gui", "rendering"] description = "A refreshingly simple data-driven game engine and app framework" diff --git a/crates/bevy_animation/Cargo.toml b/crates/bevy_animation/Cargo.toml index f7a648d66b075..e61dbb66ad691 100644 --- a/crates/bevy_animation/Cargo.toml +++ b/crates/bevy_animation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_animation" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides animation functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_app/Cargo.toml b/crates/bevy_app/Cargo.toml index a14720bf08cf1..5c6f46d6d6835 100644 --- a/crates/bevy_app/Cargo.toml +++ b/crates/bevy_app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_app" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides core App functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 69c5d537fd717..3d075ac5da65c 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_asset" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides asset functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index 5fd0a441019b1..9c23b14925e32 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_audio" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides audio functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_core/Cargo.toml b/crates/bevy_core/Cargo.toml index 8de1025f9609b..8262ca4bd2dc9 100644 --- a/crates/bevy_core/Cargo.toml +++ b/crates/bevy_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_core" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides core functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_core_pipeline/Cargo.toml b/crates/bevy_core_pipeline/Cargo.toml index f5455b78fae93..b708ea4d7af6b 100644 --- a/crates/bevy_core_pipeline/Cargo.toml +++ b/crates/bevy_core_pipeline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_core_pipeline" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = [ "Bevy Contributors ", diff --git a/crates/bevy_derive/Cargo.toml b/crates/bevy_derive/Cargo.toml index b961e829888db..56295b2c7b5b9 100644 --- a/crates/bevy_derive/Cargo.toml +++ b/crates/bevy_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_derive" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides derive implementations for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_diagnostic/Cargo.toml b/crates/bevy_diagnostic/Cargo.toml index 78e30d2fdc631..3400a4dc9bc16 100644 --- a/crates/bevy_diagnostic/Cargo.toml +++ b/crates/bevy_diagnostic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_diagnostic" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides diagnostic functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_dylib/Cargo.toml b/crates/bevy_dylib/Cargo.toml index 2f723010c662d..bb5a5169dfcad 100644 --- a/crates/bevy_dylib/Cargo.toml +++ b/crates/bevy_dylib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_dylib" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Force the Bevy Engine to be dynamically linked for faster linking" homepage = "https://bevyengine.org" diff --git a/crates/bevy_dynamic_plugin/Cargo.toml b/crates/bevy_dynamic_plugin/Cargo.toml index 077400d3c60ae..d9b019ff9a088 100644 --- a/crates/bevy_dynamic_plugin/Cargo.toml +++ b/crates/bevy_dynamic_plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_dynamic_plugin" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides dynamic plugin loading capabilities for non-wasm platforms" homepage = "https://bevyengine.org" diff --git a/crates/bevy_ecs/Cargo.toml b/crates/bevy_ecs/Cargo.toml index 1f1d171f174bf..4c7840bab9aea 100644 --- a/crates/bevy_ecs/Cargo.toml +++ b/crates/bevy_ecs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ecs" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Bevy Engine's entity component system" homepage = "https://bevyengine.org" diff --git a/crates/bevy_ecs/macros/Cargo.toml b/crates/bevy_ecs/macros/Cargo.toml index 6b68896dcbe9f..36b32b46cb24b 100644 --- a/crates/bevy_ecs/macros/Cargo.toml +++ b/crates/bevy_ecs/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ecs_macros" -version = "0.8.0" +version = "0.8.1" description = "Bevy ECS Macros" edition = "2021" license = "MIT OR Apache-2.0" diff --git a/crates/bevy_encase_derive/Cargo.toml b/crates/bevy_encase_derive/Cargo.toml index b931139f52a65..b1014f12afc27 100644 --- a/crates/bevy_encase_derive/Cargo.toml +++ b/crates/bevy_encase_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_encase_derive" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Bevy derive macro for encase" homepage = "https://bevyengine.org" diff --git a/crates/bevy_gilrs/Cargo.toml b/crates/bevy_gilrs/Cargo.toml index da45dabfab0f9..3443b85f1c645 100644 --- a/crates/bevy_gilrs/Cargo.toml +++ b/crates/bevy_gilrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_gilrs" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Gamepad system made using Gilrs for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index 089f19caca1f3..ba16b4470fbd0 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_gltf" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Bevy Engine GLTF loading" homepage = "https://bevyengine.org" diff --git a/crates/bevy_hierarchy/Cargo.toml b/crates/bevy_hierarchy/Cargo.toml index e9f73c48bc9e7..f464a8cad691f 100644 --- a/crates/bevy_hierarchy/Cargo.toml +++ b/crates/bevy_hierarchy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_hierarchy" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides hierarchy functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_input/Cargo.toml b/crates/bevy_input/Cargo.toml index 3587c9a8eea5a..0b9d70a180a8f 100644 --- a/crates/bevy_input/Cargo.toml +++ b/crates/bevy_input/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_input" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides input functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_internal/Cargo.toml b/crates/bevy_internal/Cargo.toml index b3fdf62952a51..e3d24460caabb 100644 --- a/crates/bevy_internal/Cargo.toml +++ b/crates/bevy_internal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_internal" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "An internal Bevy crate used to facilitate optional dynamic linking via the 'dynamic' feature" homepage = "https://bevyengine.org" diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index fc9d2a5b7c1d9..911cb7548d9cd 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_log" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides logging for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_macro_utils/Cargo.toml b/crates/bevy_macro_utils/Cargo.toml index 97d447df297a9..fa055b783b3dd 100644 --- a/crates/bevy_macro_utils/Cargo.toml +++ b/crates/bevy_macro_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_macro_utils" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A collection of utils for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index c78ee89176def..a581304d005b2 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_math" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides math functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_mikktspace/Cargo.toml b/crates/bevy_mikktspace/Cargo.toml index 7cb13439d6279..fab304852e82e 100644 --- a/crates/bevy_mikktspace/Cargo.toml +++ b/crates/bevy_mikktspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mikktspace" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = ["Benjamin Wasty ", "David Harvey-Macaulay ", "Layl Bongers "] description = "Mikkelsen tangent space algorithm" diff --git a/crates/bevy_ptr/Cargo.toml b/crates/bevy_ptr/Cargo.toml index 29b642698c56b..9613b337c7bad 100644 --- a/crates/bevy_ptr/Cargo.toml +++ b/crates/bevy_ptr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ptr" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Utilities for working with untyped pointers in a more safe way" homepage = "https://bevyengine.org" diff --git a/crates/bevy_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index 2fa5ff6efc811..76b520b006a61 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_reflect" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Dynamically interact with rust types" homepage = "https://bevyengine.org" diff --git a/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml b/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml index b3998c50b1cad..3c68bad9890aa 100644 --- a/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml +++ b/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_reflect_derive" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Derive implementations for bevy_reflect" homepage = "https://bevyengine.org" diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 1c21011d5af67..490e518ad05db 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_render" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides rendering functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_render/macros/Cargo.toml b/crates/bevy_render/macros/Cargo.toml index d32e1eda33ff4..3133d7f89ba04 100644 --- a/crates/bevy_render/macros/Cargo.toml +++ b/crates/bevy_render/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_render_macros" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Derive implementations for bevy_render" homepage = "https://bevyengine.org" diff --git a/crates/bevy_scene/Cargo.toml b/crates/bevy_scene/Cargo.toml index 112e61b2a5e25..d44bfcb8ec698 100644 --- a/crates/bevy_scene/Cargo.toml +++ b/crates/bevy_scene/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_scene" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides scene functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_tasks/Cargo.toml b/crates/bevy_tasks/Cargo.toml index 3227b39b5b313..d0ab2538ce4a0 100644 --- a/crates/bevy_tasks/Cargo.toml +++ b/crates/bevy_tasks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tasks" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A task executor for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_text/Cargo.toml b/crates/bevy_text/Cargo.toml index 582060a603e72..8eae494490e06 100644 --- a/crates/bevy_text/Cargo.toml +++ b/crates/bevy_text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_text" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides text functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_time/Cargo.toml b/crates/bevy_time/Cargo.toml index d9484dde8a640..4643f9edc0b53 100644 --- a/crates/bevy_time/Cargo.toml +++ b/crates/bevy_time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_time" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides time functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_transform/Cargo.toml b/crates/bevy_transform/Cargo.toml index e799e53e47acc..ad9f4aa9c80be 100644 --- a/crates/bevy_transform/Cargo.toml +++ b/crates/bevy_transform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_transform" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides transform functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_utils/Cargo.toml b/crates/bevy_utils/Cargo.toml index d43dedcc77fff..e5e339ba33e43 100644 --- a/crates/bevy_utils/Cargo.toml +++ b/crates/bevy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_utils" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A collection of utils for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 50a5c8ab7f802..de24ba76fc7d3 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_winit" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A winit window and input backend for Bevy Engine" homepage = "https://bevyengine.org"