Skip to content

Commit 9a0942a

Browse files
authored
Release 0.11.1 (#2920)
The regression from 0.11.0 has been fixed. First release to use git cliff, still tweaking the style.
1 parent 7ceda70 commit 9a0942a

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

Changelog.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.11.1
44

5-
* Skip unreadable directories not included in the wheel instead of failing
6-
* Filter out directories from `cargo package --list` output when building sdists
5+
* Fix compiled artifacts being excluded by source path matching ([#2910](https://github.com/pyo3/maturin/pull/2910))
6+
* Better error reporting for missing interpreters ([#2918](https://github.com/pyo3/maturin/pull/2918))
7+
* Ignore unreadable excluded directories ([#2916](https://github.com/pyo3/maturin/pull/2916))
78

8-
## [1.11.0]
9+
## [1.11.0] - Yanked
10+
11+
Note: This release was yanked to a regression: https://github.com/PyO3/maturin/issues/2909
912

1013
* Refactor `ModuleWriter` to be easier to implement and use
1114
* Add Android cross compilation support, fix wheel tags for Android
@@ -1143,7 +1146,6 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
11431146

11441147
* Initial Release
11451148

1146-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.11.0...HEAD
11471149
[1.11.0]: https://github.com/pyo3/maturin/compare/v1.10.2...v1.11.0
11481150
[1.10.2]: https://github.com/pyo3/maturin/compare/v1.10.1...v1.10.2
11491151
[1.10.1]: https://github.com/pyo3/maturin/compare/v1.10.0...v1.10.1

cliff.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ header = """
55
"""
66
body = """
77
{% if version %}\
8-
## [{{ version | trim_start_matches(pat="v") }}]
8+
## {{ version | trim_start_matches(pat="v") }}
99
{% else %}\
10-
## [unreleased]
10+
## Unreleased
1111
{% endif %}\
1212
{% for commit in commits %}
13-
- {% if commit.remote.pr_title %}\
13+
* {% if commit.remote.pr_title %}\
1414
{{ commit.remote.pr_title | upper_first }}\
1515
{% else %}\
1616
{{ commit.message | split(pat="\n") | first | upper_first }}\

0 commit comments

Comments
 (0)