From 181e67604dbf6667cc4bc50a81172529b50a5d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Wed, 15 Feb 2017 22:30:57 +0100 Subject: [PATCH] Release v0.11.0. Fix #211, #207, #205, #200, #145, #136, #108, #50, #32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d109fe3a..5f98c1a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.10.1" +version = "0.11.0" authors = [ "Sébastien Crozet " ] description = "Linear algebra library for computer physics, computer graphics and general low-dimensional linear algebra for Rust."