Merge pull request #286 from bjz/version-bump

Bump version to 0.7.0
This commit is contained in:
Brendan Zabarauskas 2015-12-23 17:39:28 +11:00
commit e678b6e0db

View file

@ -1,7 +1,7 @@
[package] [package]
name = "cgmath" name = "cgmath"
version = "0.6.0" version = "0.7.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>", authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin", "Brian Heylin",
"Colin Sherratt", "Colin Sherratt",
@ -16,9 +16,9 @@ authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
license = "Apache-2.0" license = "Apache-2.0"
description = "A linear algebra and mathematics library for computer graphics." description = "A linear algebra and mathematics library for computer graphics."
documentation = "http://bjz.github.io/cgmath-rs" documentation = "http://bjz.github.io/cgmath"
homepage = "https://github.com/bjz/cgmath-rs" homepage = "https://github.com/bjz/cgmath"
repository = "https://github.com/bjz/cgmath-rs" repository = "https://github.com/bjz/cgmath"
readme = "README.md" readme = "README.md"
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"] keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]