From e8caf7456b60e26450934eff4bf898856a1940af Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Wed, 20 Sep 2023 22:39:48 +0200 Subject: [PATCH] 0.3.8 --- Cargo.toml | 2 +- README.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90f2e82..031a13f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "matrixmultiply" edition = "2018" -version = "0.3.7" +version = "0.3.8" authors = [ "bluss", "R. Janis Goldschmidt" diff --git a/README.rst b/README.rst index 5f2889c..a5579c0 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,11 @@ __ https://bluss.github.io/rust/2016/03/28/a-gemmed-rabbit-hole/ Recent Changes -------------- +- 0.3.8 + + - Lower alignment requirement for thread local storage value on macos, since + it's was not respected and caused a debug assertion. (Previous issue #55) + - 0.3.7 - Rename a directory, avoiding spaces in filenames, to be compatible with