From 90954d00847cecd73eda6e5a19fb9aef41cef892 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Sun, 4 Aug 2024 15:36:18 -0400 Subject: [PATCH] chore: update to 0.6.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f37e7..8218895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe ## Unreleased +## v0.6.0 + ### Added - There is now a `default_font` feature that uses the same `FiraMono-subset.ttf` font used in the bevy/default_font feature. diff --git a/Cargo.toml b/Cargo.toml index 86cb96d..1173e3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ [workspace.package] edition = "2021" -version = "0.5.1" +version = "0.6.0" license = "MIT OR Apache-2.0" repository = "https://github.com/linebender/bevy_vello" diff --git a/README.md b/README.md index 11afc81..6127d7f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Linebender Zulip](https://img.shields.io/badge/Linebender-%23gpu-blue?logo=Zulip)](https://xi.zulipchat.com/#narrow/stream/197075-gpu) [![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](#license) -[![Vello](https://img.shields.io/badge/vello-v0.2.0-purple.svg)](https://crates.io/crates/vello) +[![Vello](https://img.shields.io/badge/vello-v0.2.1-purple.svg)](https://crates.io/crates/vello) [![Following released Bevy versions](https://img.shields.io/badge/bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)\ [![Dependency status](https://deps.rs/repo/github/linebender/bevy_vello/status.svg)](https://deps.rs/repo/github/linebender/bevy_vello) [![Crates.io](https://img.shields.io/crates/v/bevy_vello.svg)](https://crates.io/crates/bevy_vello) @@ -29,7 +29,7 @@ cargo run -p demo |bevy|bevy_vello| |---|---| -|0.14|0.5, main| +|0.14|0.5-0.6, main| |0.13|0.1-0.4| |< 0.13| unsupported |