From b17b600b7ad8edcb1cc1dd5a7b1cb458e5629a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Lescaudey=20de=20Maneville?= Date: Thu, 20 Jul 2023 12:37:18 +0200 Subject: [PATCH] V0.6.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb1782..628b613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## Unreleased -* `bevy` 0.10 +## 0.6.0 + +* `bevy` 0.11 ## 0.5.0 diff --git a/Cargo.toml b/Cargo.toml index d74f06b..c02ae8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_verlet" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Felix de Maneville "] repository = "https://github.com/ManevilleF/bevy_verlet" diff --git a/README.md b/README.md index 04b0ea8..407ca7b 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.5.0/status.svg)](https://deps.rs/crate/bevy_verlet) +[![dependency status](https://deps.rs/crate/bevy_verlet/0.6.0/status.svg)](https://deps.rs/crate/bevy_verlet) @@ -23,7 +23,7 @@ If you are looking for cloth physics, please check [`bevy_silk`](https://github. | 0.3.x | 0.7.x | | 0.4.x | 0.8.x | | 0.5.x | 0.9.x | - | 0.6.x | 0.10.x | + | 0.6.x | 0.11.x | ## Features