From 2cf5333fcf931bd3bd1fce11c72e0771a3b0d94b Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Fri, 11 Jan 2019 09:19:01 -0500 Subject: [PATCH] Version bump and changelog for v0.4 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f9718..8c256aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Change Log +### v0.4 (11 Jan 2019) + - glTF templates + - sprite instancing + ### v0.3 (24 Feb 2018) - parent objects now hold children alive, not the other way around - PBR materials, custom pipelines diff --git a/Cargo.toml b/Cargo.toml index 9d275f7..7f033eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "three" -version = "0.3.1" +version = "0.4.0" authors = ["Three-rs Developers"] license = "MIT/Apache-2.0" description = "Three.js inspired 3D engine in Rust"