From 56a96c24d665125bf1442ab1ed89a94a98782245 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Tue, 29 Oct 2024 05:52:53 +0000 Subject: [PATCH] release: 0.22.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5629ea14e..e004f8cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +- v0.22.1 + - Fix building on 32-bit Windows. ([#463](https://github.com/PyO3/rust-numpy/pull/463)) + - Add `PyReadwriteArray::make_nonwriteable`. ([#462](https://github.com/PyO3/rust-numpy/pull/462)) + - Implement `From` for `PyReadonlyArray`. ([#462](https://github.com/PyO3/rust-numpy/pull/462)) + - v0.22.0 - Bump MSRV to 1.63. ([#450](https://github.com/PyO3/rust-numpy/pull/450)) - Add `permute` and `transpose` methods for changing the order of axes of a `PyArray`. ([#428](https://github.com/PyO3/rust-numpy/pull/428)) diff --git a/Cargo.toml b/Cargo.toml index f425cfe81..f18e2744e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numpy" -version = "0.22.0" +version = "0.22.1" authors = [ "The rust-numpy Project Developers", "PyO3 Project and Contributors "