Skip to content

Commit 8c435db

Browse files
committed
Fix up changelog and bump to version 0.15.1.
1 parent 5f4815e commit 8c435db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
- Unreleased
3+
- v0.15.1
44
- Make arrays produced via `IntoPyArray`, i.e. those owning Rust data, writeable ([#235](https://github.com/PyO3/rust-numpy/pull/235))
5+
- Fix thread-safety in internal API globals ([#222](https://github.com/PyO3/rust-numpy/pull/222))
56

67
- v0.15.0
78
- [Remove resolver from Cargo.toml](https://github.com/PyO3/rust-numpy/pull/202)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numpy"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = [
55
"Toshiki Teramura <[email protected]>",
66
"Yuji Kanagawa <[email protected]>",

0 commit comments

Comments
 (0)