From 33511ee52ae0f14443790d9a5e8fa5f14b7e42f8 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Wed, 23 Dec 2015 08:39:10 +1100 Subject: [PATCH 1/2] Retarget repository URL --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 416f953..ae3a70e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ authors = ["Brendan Zabarauskas ", license = "Apache-2.0" description = "A linear algebra and mathematics library for computer graphics." -documentation = "http://bjz.github.io/cgmath-rs" -homepage = "https://github.com/bjz/cgmath-rs" -repository = "https://github.com/bjz/cgmath-rs" +documentation = "http://bjz.github.io/cgmath" +homepage = "https://github.com/bjz/cgmath" +repository = "https://github.com/bjz/cgmath" readme = "README.md" keywords = ["gamedev", "math", "matrix", "vector", "quaternion"] From a6da4d1d37f0f530e705fbebb81c73295ae1c840 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Wed, 23 Dec 2015 08:39:24 +1100 Subject: [PATCH 2/2] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae3a70e..cd7e321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cgmath" -version = "0.6.0" +version = "0.7.0" authors = ["Brendan Zabarauskas ", "Brian Heylin", "Colin Sherratt",