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 11# CHANGELOG
22
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 )
44-----------
55
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+
616[ 0.10.12 - 2025-06-21] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.11...v0.10.12 )
717-----------
818
Original file line number Diff line number Diff line change 11[package ]
22name = " openblas-build"
3- version = " 0.10.12 "
3+ version = " 0.10.13 "
44license = " Apache-2.0/MIT"
55edition = " 2018"
66authors = [
" Toshiki Teramura <[email protected] >" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " openblas-src"
3- version = " 0.10.12 "
3+ version = " 0.10.13 "
44license = " Apache-2.0/MIT"
55edition = " 2018"
66authors = [
@@ -39,7 +39,7 @@ libc = "0.2"
3939[build-dependencies ]
4040pkg-config = " 0.3.30"
4141dirs = " 6.0.0"
42- openblas-build = { version = " 0.10.12 " , path = " ../openblas-build" }
42+ openblas-build = { version = " 0.10.13 " , path = " ../openblas-build" }
4343
4444[target .'cfg(target_os="windows")' .build-dependencies ]
4545vcpkg = " 0.2"
You can’t perform that action at this time.
0 commit comments