Skip to content
This repository was archived by the owner on Jun 6, 2018. It is now read-only.

Commit 80b407f

Browse files
committed
chore: bump version number, update changelog
1 parent b279890 commit 80b407f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name=""></a>
2+
### v0.0.4 (2015-12-10)
3+
4+
5+
#### Bug Fixes
6+
7+
* **instantiate_model:** fix issue where whole model wasn't instantiated ([591db7b0](https://github.com/excaliburHisSheath/gunship-rs/commit/591db7b0239f14ca10a2f86781927827413f984d))
8+
* **parse-collada:** correctly interpret xs:anyURI type ([a1385042](https://github.com/excaliburHisSheath/gunship-rs/commit/a13850428ee1d2bd22f585ebb74138f6534839de), breaks [#](https://github.com/excaliburHisSheath/gunship-rs/issues/))
9+
* **polygon::Mesh:** derive Clone impl for Mesh ([7fc1d2e8](https://github.com/excaliburHisSheath/gunship-rs/commit/7fc1d2e8285b83fa7d6152b1faa07a50eb83697c))
10+
* **transform:** fix bug where child hierarchies aren't re-parented ([ee702628](https://github.com/excaliburHisSheath/gunship-rs/commit/ee70262839fbdb9cdccbe7155bdc5cd6a9d81f25), closes [#74](https://github.com/excaliburHisSheath/gunship-rs/issues/74))
11+
12+
#### Breaking Changes
13+
14+
* **parse-collada:** correctly interpret xs:anyURI type ([a1385042](https://github.com/excaliburHisSheath/gunship-rs/commit/a13850428ee1d2bd22f585ebb74138f6534839de), breaks [#](https://github.com/excaliburHisSheath/gunship-rs/issues/))
15+
16+
17+
118
<a name="v0.0.3"></a>
219
### v0.0.3 (2015-12-07)
320

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "gunship"
4-
version = "0.0.3"
4+
version = "0.0.4"
55
authors = ["David LeGare <[email protected]>"]
66

77
[lib]

0 commit comments

Comments
 (0)