We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b18aa commit 2b3f286Copy full SHA for 2b3f286
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+- v0.14.1
4
+ - [Fix MSRV support](https://github.com/PyO3/rust-numpy/issues/198)
5
+
6
- v0.14
7
- Bump PyO3 to 0.14
8
- Fix [conversion bug](https://github.com/PyO3/rust-numpy/pull/194)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "numpy"
-version = "0.14.0"
+version = "0.14.1"
authors = [
"Toshiki Teramura <toshiki.teramura@gmail.com>",
"Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>",
0 commit comments