Skip to content

Commit d95faa6

Browse files
committed
Release v1.8.1
1 parent 0c5672c commit d95faa6

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.8.0"
4+
version = "1.8.1"
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

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.8.1]
4+
5+
* Downgrade invalid version info in `pyproject.toml` error to warning in [#2417](https://github.com/PyO3/maturin/pull/2417)
6+
* Make `maturin develop` fail if version info is invalid in pyproject.toml in [#2418](https://github.com/PyO3/maturin/pull/2418)
7+
38
## [1.8.0]
49

510
* Don't add wheel data to sdist in [#2367](https://github.com/PyO3/maturin/pull/2367)
@@ -1026,7 +1031,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
10261031

10271032
* Initial Release
10281033

1029-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.0...HEAD
1034+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.1...HEAD
1035+
[1.8.1]: https://github.com/pyo3/maturin/compare/v1.8.0...v1.8.1
10301036
[1.8.0]: https://github.com/pyo3/maturin/compare/v1.7.8...v1.8.0
10311037
[1.7.8]: https://github.com/pyo3/maturin/compare/v1.7.7...v1.7.8
10321038
[1.7.7]: https://github.com/pyo3/maturin/compare/v1.7.6...v1.7.7

0 commit comments

Comments
 (0)