Skip to content

Commit fe83082

Browse files
authored
Merge pull request #143 from Dirreke/master
chore: release 0.10.13
2 parents a7776a9 + 1a8abd3 commit fe83082

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
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

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.12"
3+
version = "0.10.13"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = ["Toshiki Teramura <[email protected]>"]

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.12"
3+
version = "0.10.13"
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.12", path = "../openblas-build" }
42+
openblas-build = { version = "0.10.13", path = "../openblas-build" }
4343

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

0 commit comments

Comments
 (0)