Skip to content

Commit 5691425

Browse files
committed
Release v1.0.1
1 parent 71cc4e3 commit 5691425

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.0.0"
4+
version = "1.0.1"
55
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
66
exclude = ["test-crates/**/*", "sysconfig/*", "test-data/*", "ci/*", "tests/*", "guide/*", ".github/*"]
77
homepage = "https://github.com/pyo3/maturin"

Changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2023-05-28
11+
12+
* Add more Python 3.12 sysconfigs in [#1629](https://github.com/PyO3/maturin/pull/1629)
13+
* Fix panicking when no cargo build targets are selected in [#1635](https://github.com/PyO3/maturin/pull/1635)
14+
1015
## [1.0.0] - 2023-05-23
1116

1217
* Add support for multiple `--config-settings` in PEP517 backend in [#1624](https://github.com/PyO3/maturin/pull/1624)
@@ -873,7 +878,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
873878

874879
* Initial Release
875880

876-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.0.0...HEAD
881+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.0.1...HEAD
882+
[1.0.1]: https://github.com/pyo3/maturin/compare/v1.0.0...v1.0.1
877883
[1.0.0]: https://github.com/pyo3/maturin/compare/v0.15.3...v1.0.0
878884
[0.15.3]: https://github.com/pyo3/maturin/compare/v0.15.2...v0.15.3
879885
[0.15.2]: https://github.com/pyo3/maturin/compare/v0.15.1...v0.15.2

0 commit comments

Comments
 (0)