Skip to content

Commit

Permalink
V0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Feb 20, 2024
1 parent 97fe15f commit b4e5afc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.8.0

* Bevy 0.13 support (#15)

## 0.7.0

* Bevy 0.12 support (#14)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_verlet"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Felix de Maneville <felix.maneville@gmail.com>"]
repository = "https://github.com/ManevilleF/bevy_verlet"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- cargo-sync-readme start -->

Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit b4e5afc

Please sign in to comment.