diff --git a/CHANGELOG.md b/CHANGELOG.md index e49fff01..a7edadf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Per Keep a Changelog there are 6 main categories of changes: - Security - [Unreleased](#unreleased) +- [v0.2.3](#v023) - [v0.2.2](#v022) - [v0.2.1](#v021) - [v0.2.0](#v020) @@ -30,6 +31,10 @@ Per Keep a Changelog there are 6 main categories of changes: ## Unreleased +## v0.2.3 + +Released 2021-11-15 + ### Fixed - rend3: Objects weren't properly holding their meshes alive. @@ -213,7 +218,8 @@ Released 2021-03-06 ## Diffs -- [Unreleased](https://github.com/BVE-Reborn/rend3/compare/v0.2.2...HEAD) +- [Unreleased](https://github.com/BVE-Reborn/rend3/compare/v0.2.3...HEAD) +- [v0.2.3](https://github.com/BVE-Reborn/rend3/compare/v0.2.2...v0.2.3) - [v0.2.2](https://github.com/BVE-Reborn/rend3/compare/v0.2.1...v0.2.2) - [v0.2.1](https://github.com/BVE-Reborn/rend3/compare/v0.2.0...v0.2.1) - [v0.2.0](https://github.com/BVE-Reborn/rend3/compare/v0.1.1...v0.2.0) diff --git a/README.md b/README.md index e34a961d..c3123eb1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the external api will only experience minor changes as features are added. To use rend3 add the following to your Cargo.toml: ``` -rend3 = "0.2.2" +rend3 = "0.2.3" ``` ## Screenshots diff --git a/rend3/Cargo.toml b/rend3/Cargo.toml index 89478b6f..748fb00a 100644 --- a/rend3/Cargo.toml +++ b/rend3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rend3" -version = "0.2.2" +version = "0.2.3" authors = ["Connor Fitzgerald "] edition = "2018" description = "Easy to use, customizable, efficient 3D renderer library built on wgpu." diff --git a/rend3/src/lib.rs b/rend3/src/lib.rs index 533fd12e..5e1d206f 100644 --- a/rend3/src/lib.rs +++ b/rend3/src/lib.rs @@ -6,7 +6,7 @@ //! To use rend3 add the following to your Cargo.toml: //! //! ```text -//! rend3 = "0.2.2" +//! rend3 = "0.2.3" //! ``` //! //! # Screenshots