Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# CHANGELOG

[Unreleased](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.9...master)
[Unreleased](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.12...master)
-----------

[0.10.12 - 2025-06-21](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.11...v0.10.12)
-----------

### What's Changed

* Remove unused deps by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/138
* 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

[0.10.11 - 2024-12-19](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.10...v0.10.11)
-----------

Expand Down
2 changes: 1 addition & 1 deletion openblas-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openblas-build"
version = "0.10.11"
version = "0.10.12"
license = "Apache-2.0/MIT"
edition = "2018"
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
Expand Down
4 changes: 2 additions & 2 deletions openblas-src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openblas-src"
version = "0.10.11"
version = "0.10.12"
license = "Apache-2.0/MIT"
edition = "2018"
authors = [
Expand Down Expand Up @@ -39,7 +39,7 @@ libc = "0.2"
[build-dependencies]
pkg-config = "0.3.30"
dirs = "6.0.0"
openblas-build = { version = "0.10.10", path = "../openblas-build" }
openblas-build = { version = "0.10.12", path = "../openblas-build" }

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