File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = False
4- current_version = 1.12.0
4+ current_version = 1.12.1
55message = release: {new_version}
66
77[bumpversion:file:pyproject.toml]
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.12.1 (2026-03-26)
4+ - Migrate to trusted publishing. [ #581 ] ( https://github.com/PyO3/setuptools-rust/pull/581 )
5+ - Strip target suffix for cargo-zigbuild compatibility. [ #534 ] ( https://github.com/PyO3/setuptools-rust/pull/534 )
6+
37## 1.12.0 (2025-08-29)
48- Set ` PYO3_BUILD_EXTENSION_MODULE ` environment variable when building PyO3 extensions. [ #540 ] ( https://github.com/PyO3/setuptools-rust/pull/540 )
59
Original file line number Diff line number Diff line change 11[project ]
22name = " setuptools-rust"
3- version = " 1.12.0 "
3+ version = " 1.12.1 "
44description = " Setuptools Rust extension plugin"
55readme = " README.md"
66requires-python = " >=3.9"
Original file line number Diff line number Diff line change 1- __version__ = version = "1.12.0 "
1+ __version__ = version = "1.12.1 "
22__version_tuple__ = version_tuple = tuple (
33 map (lambda x : int (x [1 ]) if x [0 ] < 3 else x [1 ], enumerate (__version__ .split ("." )))
44)
You can’t perform that action at this time.
0 commit comments