Skip to content

Commit de7cf73

Browse files
committed
Update CHANGELOG and the current version
1 parent c122896 commit de7cf73

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- Drop support for Python 3.5 (as it is now end-of-life).
88
- Remove unused `python3` feature
99

10+
- v0.12.2
11+
- Pin PyO3 minor versions to 0.12
12+
- Pin ndarray minor versions to 0.13
13+
1014
- v0.12.1
1115
- Fix compile error in Rust 1.39
1216

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.12.1"
3+
version = "0.12.2"
44
authors = ["Toshiki Teramura <[email protected]>", "Yuji Kanagawa <[email protected]>"]
55
description = "Rust binding of NumPy C-API"
66
documentation = "https://pyo3.github.io/rust-numpy/numpy"

0 commit comments

Comments
 (0)