From 474cdeaee761b38d0e4d0ac3e8bd73e027b9da02 Mon Sep 17 00:00:00 2001 From: Thomas Schaller Date: Tue, 12 Jul 2022 10:52:01 +0200 Subject: [PATCH] Bump specs to 0.19.0 --- CHANGELOG.md | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8385a9c93..e487f66b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# Unreleased +# 0.19.0 (2022-07-12) -* Bump shred to version `0.14.1` ([shred changelog][shred-changelog], [#7xx]) +* Bump shred to version `0.14.1`, MSRV to 1.60.0 ([shred changelog][shred-changelog], [#756]) -[#7xx]: https://github.com/amethyst/specs/pull/7xx +[#756]: https://github.com/amethyst/specs/pull/756 # 0.18.0 (2022-07-02) diff --git a/Cargo.toml b/Cargo.toml index 383faabdf..4cd4ae64b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "specs" -version = "0.18.0" +version = "0.19.0" description = """ Specs is an Entity-Component-System library written in Rust. """