From 00d06626b300d79ba05eb42fd17e0be6645df19f Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Wed, 14 Aug 2024 09:13:21 -0400 Subject: [PATCH] refactor: remove release since it needs to be another PR... --- CHANGELOG.md | 4 ---- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e0667..90f2413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,6 @@ You can find its changes [documented below](#051---2024-07-04). This release supports Bevy version 0.14 and has an [MSRV][] of 1.80. -## [0.6.1] - 2024-08-14 - -This release supports Bevy version 0.14 and has an [MSRV][] of 1.80. - ### Fixed - Text is now properly skipped when a `SkipEncoding` component is present. diff --git a/Cargo.toml b/Cargo.toml index 94b695c..907addd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ [workspace.package] edition = "2021" -version = "0.6.1" +version = "0.6.0" license = "(MIT OR Apache-2.0) AND OFL-1.1" repository = "https://github.com/linebender/bevy_vello"