Skip to content

Commit ff81114

Browse files
committed
release: 0.23.0
1 parent b34bc29 commit ff81114

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- removed the `gil-refs` feature
77
- reintroduced function names without `_bound` suffix + deprecating the old names
88
- switched to `IntoPyObject` as trait bound
9+
- Bump `rustc-hash` dependency to 2.0. ([[#472](https://github.com/PyO3/rust-numpy/pull/472)])
910

1011
- v0.22.1
1112
- Fix building on 32-bit Windows. ([#463](https://github.com/PyO3/rust-numpy/pull/463))

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numpy"
3-
version = "0.23.0-dev"
3+
version = "0.23.0"
44
authors = [
55
"The rust-numpy Project Developers",
66
"PyO3 Project and Contributors <https://github.com/PyO3>"

0 commit comments

Comments
 (0)