Skip to content

Commit

Permalink
V0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed May 19, 2022
1 parent 384515d commit 03ecc4b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# Unreleased
# 0.2.0

## Added

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.1.0"
version = "0.2.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 @@ -8,7 +8,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.1.0/status.svg)](https://deps.rs/crate/bevy_silk)
[![dependency status](https://deps.rs/crate/bevy_silk/0.2.0/status.svg)](https://deps.rs/crate/bevy_silk)

CPU driven Cloth engine for Bevy using Verlet integration.

Expand All @@ -20,7 +20,7 @@ by [Félix Lescaudey de Maneville](https://linktree.com/ManevilleF)

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

`bevy_silk = "0.1"`
`bevy_silk = "0.2"`

Or follow the main git branch

Expand All @@ -31,6 +31,7 @@ Or follow the main git branch
| `bevy_silk` | `bevy` |
|------|------------|
| 0.1.0 | 0.7 |
| 0.2.0 | 0.7 |

### Plugin

Expand Down
5 changes: 3 additions & 2 deletions src/lib.rs
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_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.1.0/status.svg)](https://deps.rs/crate/bevy_silk)
//! [![dependency status](https://deps.rs/crate/bevy_silk/0.2.0/status.svg)](https://deps.rs/crate/bevy_silk)
//!
//! CPU driven Cloth engine for Bevy using Verlet integration.
//!
Expand All @@ -18,7 +18,7 @@
//!
//! Add `bevy_silk` as a dependency in the `Cargo.toml`
//!
//! `bevy_silk = "0.1"`
//! `bevy_silk = "0.2"`
//!
//! Or follow the main git branch
//!
Expand All @@ -29,6 +29,7 @@
//! | `bevy_silk` | `bevy` |
//! |------|------------|
//! | 0.1.0 | 0.7 |
//! | 0.2.0 | 0.7 |
//!
//! ### Plugin
//!
Expand Down

0 comments on commit 03ecc4b

Please sign in to comment.