Skip to content

Commit

Permalink
V0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Jul 20, 2023
1 parent 37a7b89 commit 5af1904
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [Unreleased]

## 0.6.0

* Bump `bevy` to `0.11.x`
* Bump `bevy_rapier3d` to `0.22.x`

## 0.5.0

* Bump `bevy` to `0.10.x`
Expand All @@ -19,6 +26,7 @@

With the new version (See [Migration guide](https://github.com/jakobhellermann/bevy-inspector-egui/blob/main/docs/MIGRATION_GUIDE_0.15_0.16.md)),
the following changes were applied:

* (**BREAKING**) Removed `debug` feature
* Removed `bevy_inspector_egui` dependency, kept only as `dev-dependency` for examples

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.5.0"
version = "0.6.0"
edition = "2021"
authors = ["Felix de Maneville <felix.maneville@gmail.com>"]
repository = "https://github.com/ManevilleF/bevy_silk"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.5.0/status.svg)](https://deps.rs/crate/bevy_silk)
[![dependency status](https://deps.rs/crate/bevy_silk/0.6.0/status.svg)](https://deps.rs/crate/bevy_silk)

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

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

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

`bevy_silk = "0.4"`
`bevy_silk = "0.6"`

Or follow the main git branch

Expand All @@ -33,6 +33,8 @@ Or follow the main git branch
| 0.2.0 | 0.7 |
| 0.3.0 | 0.8 |
| 0.4.0 | 0.9 |
| 0.5.0 | 0.10 |
| 0.6.0 | 0.11 |

### Plugin

Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! Add `bevy_silk` as a dependency in the `Cargo.toml`
//!
//! `bevy_silk = "0.5"`
//! `bevy_silk = "0.6"`
//!
//! Or follow the main git branch
//!
Expand All @@ -25,6 +25,7 @@
//! | 0.3.0 | 0.8 |
//! | 0.4.0 | 0.9 |
//! | 0.5.0 | 0.10 |
//! | 0.6.0 | 0.11 |
//!
//! ### Plugin
//!
Expand Down

0 comments on commit 5af1904

Please sign in to comment.