Skip to content

Commit

Permalink
Release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 30, 2024
1 parent 0c5672c commit d95faa6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["konstin <[email protected]>", "messense <[email protected]>"]
name = "maturin"
version = "1.8.0"
version = "1.8.1"
description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages"
exclude = [
"test-crates/**/*",
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.8.1]

* Downgrade invalid version info in `pyproject.toml` error to warning in [#2417](https://github.com/PyO3/maturin/pull/2417)
* Make `maturin develop` fail if version info is invalid in pyproject.toml in [#2418](https://github.com/PyO3/maturin/pull/2418)

## [1.8.0]

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

* Initial Release

[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/pyo3/maturin/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/pyo3/maturin/compare/v1.7.8...v1.8.0
[1.7.8]: https://github.com/pyo3/maturin/compare/v1.7.7...v1.7.8
[1.7.7]: https://github.com/pyo3/maturin/compare/v1.7.6...v1.7.7
Expand Down

0 comments on commit d95faa6

Please sign in to comment.