File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- [ Unreleased] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.12 ...master )
3
+ [ Unreleased] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.13 ...master )
4
4
-----------
5
5
6
+ [ 0.10.13 - 2025-09-09] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.12...v0.10.13 )
7
+ -----------
8
+
9
+ ## What's Changed
10
+ * Remove duplicated link instructions by @jkawamoto in https://github.com/blas-lapack-rs/openblas-src/pull/141
11
+ * Export path to libopenblas for external usage by @jkawamoto in https://github.com/blas-lapack-rs/openblas-src/pull/142
12
+
13
+ ## New Contributors
14
+ * @jkawamoto made their first contribution in https://github.com/blas-lapack-rs/openblas-src/pull/141
15
+
6
16
[ 0.10.12 - 2025-06-21] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.11...v0.10.12 )
7
17
-----------
8
18
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openblas-build"
3
- version = " 0.10.12 "
3
+ version = " 0.10.13 "
4
4
license = " Apache-2.0/MIT"
5
5
edition = " 2018"
6
6
authors = [
" Toshiki Teramura <[email protected] >" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openblas-src"
3
- version = " 0.10.12 "
3
+ version = " 0.10.13 "
4
4
license = " Apache-2.0/MIT"
5
5
edition = " 2018"
6
6
authors = [
@@ -39,7 +39,7 @@ libc = "0.2"
39
39
[build-dependencies ]
40
40
pkg-config = " 0.3.30"
41
41
dirs = " 6.0.0"
42
- openblas-build = { version = " 0.10.12 " , path = " ../openblas-build" }
42
+ openblas-build = { version = " 0.10.13 " , path = " ../openblas-build" }
43
43
44
44
[target .'cfg(target_os="windows")' .build-dependencies ]
45
45
vcpkg = " 0.2"
You can’t perform that action at this time.
0 commit comments