From aa8c22ed4eb1902b871e846cd9f71f1dc0e7d2c4 Mon Sep 17 00:00:00 2001 From: Imbris Date: Sun, 24 Sep 2023 23:23:49 -0400 Subject: [PATCH] Prepare for 0.20 release --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19149b84e..0db69e577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.20.0 (2023-09-24) + * MSRV to 1.70.0 ([#765]) * Significant refactor of `Join` and related traits to alleviate soundness issues. Includes introduction of a lending/streaming join via the `LendJoin` diff --git a/Cargo.toml b/Cargo.toml index e08b14922..4b66ac8ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "specs" -version = "0.19.0" +version = "0.20.0" description = """ Specs is an Entity-Component-System library written in Rust. """