From b4e5afcd3ed7f32a708a4285d855358ad35c5b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Lescaudey=20de=20Maneville?= Date: Tue, 20 Feb 2024 10:41:02 +0100 Subject: [PATCH] V0.8.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 3 ++- src/lib.rs | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17dd9e..af3faeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.8.0 + +* Bevy 0.13 support (#15) + ## 0.7.0 * Bevy 0.12 support (#14) diff --git a/Cargo.toml b/Cargo.toml index ca06b51..271ae0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_verlet" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["Felix de Maneville "] repository = "https://github.com/ManevilleF/bevy_verlet" diff --git a/README.md b/README.md index 6872dea..301893e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) [![Crates.io](https://img.shields.io/crates/v/bevy_verlet.svg)](https://crates.io/crates/bevy_verlet) [![Docs.rs](https://docs.rs/bevy_verlet/badge.svg)](https://docs.rs/bevy_verlet) -[![dependency status](https://deps.rs/crate/bevy_verlet/0.7.0/status.svg)](https://deps.rs/crate/bevy_verlet) +[![dependency status](https://deps.rs/crate/bevy_verlet/0.8.0/status.svg)](https://deps.rs/crate/bevy_verlet) @@ -26,6 +26,7 @@ If you are looking for cloth physics, please check | 0.5.x | 0.9.x | | 0.6.x | 0.11.x | | 0.7.x | 0.12.x | + | 0.8.x | 0.13.x | ## Features diff --git a/src/lib.rs b/src/lib.rs index 45d4b76..cb169d3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,6 +14,7 @@ //! | 0.5.x | 0.9.x | //! | 0.6.x | 0.11.x | //! | 0.7.x | 0.12.x | +//! | 0.8.x | 0.13.x | //! //! ## Features //!