Skip to content

Commit 6e3331d

Browse files
committed
chore: release 0.10.12
1 parent 56b5ff4 commit 6e3331d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
[Unreleased](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.9...master)
44
-----------
55

6+
[0.10.12 - 2025-06-21](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.11...v0.10.12)
7+
-----------
8+
9+
### What's Changed
10+
11+
* Remove unused deps by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/138
12+
* Bump ureq from 2 to 3. Bump openblas from 0.3.28 to 0.3.30 by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/137
13+
614
[0.10.11 - 2024-12-19](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.10...v0.10.11)
715
-----------
816

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

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

0 commit comments

Comments
 (0)