Skip to content

Commit

Permalink
Version bump and changelog for v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Jan 11, 2019
1 parent 4e8c737 commit 2cf5333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2cf5333

Please sign in to comment.