From 39352a4bfced3b10f67d09491c89c3a7e4bfa183 Mon Sep 17 00:00:00 2001 From: Aevyrie Roessler Date: Wed, 29 Mar 2023 01:23:05 -0700 Subject: [PATCH] release prep --- Cargo.toml | 3 ++- README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dc27fcf..df9104e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "big_space" -version = "0.1.3" +version = "0.2.0" edition = "2021" description = "A floating origin plugin for bevy" license = "MIT OR Apache-2.0" +keywords = ["bevy", "floating origin", "large scale", "space"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index d982544..ba109af 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@ [![crates.io](https://img.shields.io/crates/v/big_space)](https://crates.io/crates/big_space) [![docs.rs](https://docs.rs/big_space/badge.svg)](https://docs.rs/big_space) +[![test suite](https://github.com/aevyrie/big_space/actions/workflows/rust.yml/badge.svg)](https://github.com/aevyrie/big_space/actions/workflows/rust.yml) [![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-main-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking) A floating origin plugin for [Bevy](https://github.com/bevyengine/bevy). https://user-images.githubusercontent.com/2632925/215318129-5bab3095-a7dd-455b-a4b6-71840cde096c.mp4 -### [Read the docs](https://docs.rs/big_space) +### [Read the docs](https://docs.rs/big_space) 📖 @@ -35,6 +36,7 @@ I intend to track the `main` branch of Bevy. PRs supporting this are welcome! | bevy | big_space | | ---- | --------- | +| 0.10 | 0.2 | | 0.9 | 0.1 | # License