From 049a4c5dfb4b6939fb73d48e4caa172f59d22ab0 Mon Sep 17 00:00:00 2001 From: Gemingyang Date: Sat, 7 Dec 2024 13:47:53 +0000 Subject: [PATCH] chore: Release --- CHANGELOG.md | 10 ++++++---- openblas-build/Cargo.toml | 2 +- openblas-src/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd45666..abf34e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/openblas-build/Cargo.toml b/openblas-build/Cargo.toml index fbe07de..3096660 100644 --- a/openblas-build/Cargo.toml +++ b/openblas-build/Cargo.toml @@ -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 "] diff --git a/openblas-src/Cargo.toml b/openblas-src/Cargo.toml index e0911dd..e394802 100644 --- a/openblas-src/Cargo.toml +++ b/openblas-src/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openblas-src" -version = "0.10.9" +version = "0.10.10" license = "Apache-2.0/MIT" edition = "2018" authors = [ @@ -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"