Skip to content

Commit

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

## [Unreleased]

## 0.9.0

* Physics improvements (#25)
* Bevy `0.14`
* Migrated from `bevy_xpbd` to `avian`
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_silk"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
authors = ["Felix de Maneville <[email protected]>"]
repository = "https://github.com/ManevilleF/bevy_silk"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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_silk.svg)](https://crates.io/crates/bevy_silk)
[![Docs.rs](https://docs.rs/bevy_silk/badge.svg)](https://docs.rs/bevy_silk)
[![dependency status](https://deps.rs/crate/bevy_silk/0.6.0/status.svg)](https://deps.rs/crate/bevy_silk)
[![dependency status](https://deps.rs/crate/bevy_silk/0.9.0/status.svg)](https://deps.rs/crate/bevy_silk)

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

Expand All @@ -17,7 +17,7 @@ CPU driven Cloth engine for Bevy using Verlet integration.

Add `bevy_silk` as a dependency in the `Cargo.toml`

`bevy_silk = "0.8"`
`bevy_silk = "0.9"`

Or follow the main git branch

Expand All @@ -35,6 +35,7 @@ Or follow the main git branch
| 0.6.0 | 0.11 |
| 0.7.0 | 0.12 |
| 0.8.0 | 0.13 |
| 0.9.0 | 0.14 |

### Plugin

Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! Add `bevy_silk` as a dependency in the `Cargo.toml`
//!
//! `bevy_silk = "0.8"`
//! `bevy_silk = "0.9"`
//!
//! Or follow the main git branch
//!
Expand All @@ -24,6 +24,7 @@
//! | 0.6.0 | 0.11 |
//! | 0.7.0 | 0.12 |
//! | 0.8.0 | 0.13 |
//! | 0.9.0 | 0.14 |
//!
//! ### Plugin
//!
Expand Down

0 comments on commit be1538b

Please sign in to comment.