Skip to content

Commit e309bd5

Browse files
authored
Merge pull request #132 from Dirreke/release-v0.10.10
chore: Release
2 parents 97f2893 + 049a4c5 commit e309bd5

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

3-
[Unreleased](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.8...master)
3+
[Unreleased](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.9...master)
4+
5+
[0.10.10 - 2024-12-08](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.9...v0.10.10)
46
-----------
57

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

17-
[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)
19+
[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)
1820
--------------------
1921

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

28-
[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)
30+
[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)
2931
--------------------
3032

3133
### What's Changed
3234

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

35-
[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)
37+
[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)
3638
--------------------
3739

3840
0.10.6 has been yanked

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.9"
3+
version = "0.10.10"
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.9"
3+
version = "0.10.10"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = [
@@ -38,7 +38,7 @@ libc = "0.2"
3838
[build-dependencies]
3939
pkg-config = "0.3.30"
4040
dirs = "5.0.1"
41-
openblas-build = { version = "0.10.9", path = "../openblas-build" }
41+
openblas-build = { version = "0.10.10", path = "../openblas-build" }
4242

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

0 commit comments

Comments
 (0)