Skip to content

Commit

Permalink
0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Sep 20, 2023
1 parent 7753f81 commit e8caf74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "matrixmultiply"
edition = "2018"
version = "0.3.7"
version = "0.3.8"
authors = [
"bluss",
"R. Janis Goldschmidt"
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8caf74

Please sign in to comment.