Skip to content

Commit dadda4a

Browse files
authored
Release v1.11.0 (#2907)
1 parent 5ab0f54 commit dadda4a

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

Cargo.lock

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["konstin <konstin@mailbox.org>", "messense <messense@icloud.com>"]
33
name = "maturin"
4-
version = "1.10.2"
4+
version = "1.11.0"
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/**/*",
@@ -78,7 +78,7 @@ python-pkginfo = "0.6.6"
7878
textwrap = "0.16.1"
7979
ignore = "0.4.20"
8080
itertools = "0.14.0"
81-
lddtree = "0.3.8"
81+
lddtree = "0.4.0"
8282
cc = "1.0.88"
8383
dunce = "1.0.2"
8484
normpath = "1.1.1"

Changelog.md

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

33
## Unreleased
44

5+
## [1.11.0]
6+
57
* Refactor `ModuleWriter` to be easier to implement and use
8+
* Add Android cross compilation support, fix wheel tags for Android
9+
* Update generate-ci to macos-15-intel and add windows arm support
10+
* Deprecate 'upload' and 'publish' CLI commands
611

712
## [1.10.2]
813

@@ -1135,7 +1140,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
11351140

11361141
* Initial Release
11371142

1138-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.10.2...HEAD
1143+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.11.0...HEAD
1144+
[1.11.0]: https://github.com/pyo3/maturin/compare/v1.10.2...v1.11.0
11391145
[1.10.2]: https://github.com/pyo3/maturin/compare/v1.10.1...v1.10.2
11401146
[1.10.1]: https://github.com/pyo3/maturin/compare/v1.10.0...v1.10.1
11411147
[1.10.0]: https://github.com/pyo3/maturin/compare/v1.9.6...v1.10.0

0 commit comments

Comments
 (0)