Skip to content

Commit 73767ed

Browse files
authored
Merge pull request #151 from Dirreke/bump-version
release 0.10.15
2 parents d8707a4 + fb51339 commit 73767ed

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# CHANGELOG
22

3-
[Unreleased](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.14...master)
3+
[Unreleased](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.15...master)
44
-----------
5+
[0.10.15 - 2026-03-24](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.14...v0.10.15)
6+
-----------
7+
8+
## What's Changed
9+
* Update OpenBLAS version to 0.3.32 by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/150
510

611
[0.10.14 - 2026-01-28](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.13...v0.10.14)
712
-----------

openblas-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openblas-build"
3-
version = "0.10.14"
3+
version = "0.10.15"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]

openblas-src/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openblas-src"
3-
version = "0.10.14"
3+
version = "0.10.15"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = [
@@ -39,7 +39,7 @@ libc = "0.2"
3939
[build-dependencies]
4040
pkg-config = "0.3.30"
4141
dirs = "6.0.0"
42-
openblas-build = { version = "0.10.14", path = "../openblas-build" }
42+
openblas-build = { version = "=0.10.15", path = "../openblas-build" }
4343

4444
[target.'cfg(target_os="windows")'.build-dependencies]
4545
vcpkg = "0.2"

0 commit comments

Comments
 (0)