File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
2
commit = True
3
3
tag = False
4
- current_version = 1.9 .0
4
+ current_version = 1.10 .0
5
5
message = release: {new_version}
6
6
7
7
[bumpversion:file:pyproject.toml]
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 1.10.0 (2024-07-01)
4
4
### Packaging
5
+ - Extend macOS build flags to iOS, tvOS and watchOS. [ #436 ] ( https://github.com/PyO3/setuptools-rust/pull/436 )
5
6
- Support Python 3.13. [ #446 ] ( https://github.com/PyO3/setuptools-rust/pull/446 )
6
7
7
8
### Changed
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " setuptools-rust"
3
- version = " 1.9 .0"
3
+ version = " 1.10 .0"
4
4
description = " Setuptools Rust extension plugin"
5
5
readme = " README.md"
6
6
requires-python = " >=3.8"
Original file line number Diff line number Diff line change 1
- __version__ = version = "1.9 .0"
1
+ __version__ = version = "1.10 .0"
2
2
__version_tuple__ = version_tuple = tuple (
3
3
map (lambda x : int (x [1 ]) if x [0 ] < 3 else x [1 ], enumerate (__version__ .split ("." )))
4
4
)
You can’t perform that action at this time.
0 commit comments