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. """