Skip to content

Commit 04e9b02

Browse files
authored
Merge pull request #135 from Dirreke/release-v0.10.10
chore: Release 0.10.11
2 parents 6b05edb + 116ce2c commit 04e9b02

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33
[Unreleased](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.9...master)
4+
-----------
5+
6+
[0.10.11 - 2024-12-19](https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.10...v0.10.11)
7+
-----------
8+
9+
### What's Changed
10+
11+
* Set MSRV to 1.71.1 and add CI to test MSRV by @Dirreke https://github.com/blas-lapack-rs/openblas-src/pull/134
412

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

openblas-build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openblas-build"
3-
version = "0.10.10"
3+
version = "0.10.11"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = ["Toshiki Teramura <[email protected]>"]

openblas-src/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openblas-src"
3-
version = "0.10.10"
3+
version = "0.10.11"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = [

0 commit comments

Comments
 (0)