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

Commit

Permalink
chore: bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Dec 10, 2015
1 parent b279890 commit 80b407f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name=""></a>
### v0.0.4 (2015-12-10)


#### Bug Fixes

* **instantiate_model:** fix issue where whole model wasn't instantiated ([591db7b0](https://github.com/excaliburHisSheath/gunship-rs/commit/591db7b0239f14ca10a2f86781927827413f984d))
* **parse-collada:** correctly interpret xs:anyURI type ([a1385042](https://github.com/excaliburHisSheath/gunship-rs/commit/a13850428ee1d2bd22f585ebb74138f6534839de), breaks [#](https://github.com/excaliburHisSheath/gunship-rs/issues/))
* **polygon::Mesh:** derive Clone impl for Mesh ([7fc1d2e8](https://github.com/excaliburHisSheath/gunship-rs/commit/7fc1d2e8285b83fa7d6152b1faa07a50eb83697c))
* **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))

#### Breaking Changes

* **parse-collada:** correctly interpret xs:anyURI type ([a1385042](https://github.com/excaliburHisSheath/gunship-rs/commit/a13850428ee1d2bd22f585ebb74138f6534839de), breaks [#](https://github.com/excaliburHisSheath/gunship-rs/issues/))



<a name="v0.0.3"></a>
### v0.0.3 (2015-12-07)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "gunship"
version = "0.0.3"
version = "0.0.4"
authors = ["David LeGare <excaliburhissheath@gmail.com>"]

[lib]
Expand Down

0 comments on commit 80b407f

Please sign in to comment.