Skip to content

Commit

Permalink
Merge pull request #132 from Dirreke/release-v0.10.10
Browse files Browse the repository at this point in the history
chore: Release
  • Loading branch information
Dirreke authored Dec 8, 2024
2 parents 97f2893 + 049a4c5 commit e309bd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
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"

0 comments on commit e309bd5

Please sign in to comment.