Skip to content

Commit 47e01bc

Browse files
committed
Release v1.10.2
1 parent 299ca1e commit 47e01bc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["konstin <[email protected]>", "messense <[email protected]>"]
33
name = "maturin"
4-
version = "1.10.1"
4+
version = "1.10.2"
55
description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages"
66
exclude = [
77
"test-crates/**/*",

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Unreleased
44

5+
## [1.10.2]
6+
57
* Fix tagging for iOS x86_64 simulator wheels.
8+
* Set entry type when adding to the tar file.
69

710
## [1.10.1]
811

@@ -1130,7 +1133,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
11301133

11311134
* Initial Release
11321135

1133-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.10.1...HEAD
1136+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.10.2...HEAD
1137+
[1.10.2]: https://github.com/pyo3/maturin/compare/v1.10.1...v1.10.2
11341138
[1.10.1]: https://github.com/pyo3/maturin/compare/v1.10.0...v1.10.1
11351139
[1.10.0]: https://github.com/pyo3/maturin/compare/v1.9.6...v1.10.0
11361140
[1.9.6]: https://github.com/pyo3/maturin/compare/v1.9.5...v1.9.6

0 commit comments

Comments
 (0)