Skip to content

chore: Release #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 8, 2024
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: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

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

[0.10.10 - 2024-12-08](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.9...v0.10.10)
-----------

### What's Changed
Expand All @@ -14,7 +16,7 @@ Refactor code, Drop LAPACKE inspection, Drop FORTRAN check by @Dirreke in https:
* Detect TARGET, CC, HOSTCC, FC automically when cross-compiling by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/129
* Update README and CHANGELOGS by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/130

[0.10.9 - 2022-12-25](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.8...openblas-src-v0.10.9)
[0.10.9 - 2024-02-03](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.8...openblas-src-v0.10.9)
--------------------

### What's Changed
Expand All @@ -25,14 +27,14 @@ Refactor code, Drop LAPACKE inspection, Drop FORTRAN check by @Dirreke in https:
* respect OPENBLAS_{{CC, FC, HOSTCC}} env vars on linux by @mike-kfed in https://github.com/blas-lapack-rs/openblas-src/pull/102
* Use macos-14 instance for CI by @termoshtt in https://github.com/blas-lapack-rs/openblas-src/pull/112

[0.10.8 - 2022-12-25](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.7...openblas-src-v0.10.8)
[0.10.8 - 2024-02-03](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.7...openblas-src-v0.10.8)
--------------------

### What's Changed

* Use native-tls/native-certs features of ureq crate by @lazareviczoran in https://github.com/blas-lapack-rs/openblas-src/pull/98

[0.10.7 - 2022-12-25](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.5...openblas-src-v0.10.7)
[0.10.7 - 2023-01-14](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.5...openblas-src-v0.10.7)
--------------------

0.10.6 has been yanked
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.9"
version = "0.10.10"
license = "Apache-2.0/MIT"
edition = "2018"
authors = ["Toshiki Teramura <[email protected]>"]
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.9"
version = "0.10.10"
license = "Apache-2.0/MIT"
edition = "2018"
authors = [
Expand Down Expand Up @@ -38,7 +38,7 @@ libc = "0.2"
[build-dependencies]
pkg-config = "0.3.30"
dirs = "5.0.1"
openblas-build = { version = "0.10.9", path = "../openblas-build" }
openblas-build = { version = "0.10.10", path = "../openblas-build" }

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