Skip to content

Commit d0e878d

Browse files
authored
Release v1.8.3 (#2515)
As suggested I wrote up a changelog and bumped versions to help with the release. I tried to mimic the style/level of detail of the changelog. I am not super familiar with the codebase so I may have not included something that should have been there. I appreciate the quick turnaround!
1 parent b9da804 commit d0e878d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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.2"
4+
version = "1.8.3"
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

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

3+
## [1.8.3]
4+
5+
* Fix relocating shared library for namespace modules [#2513](https://github.com/PyO3/maturin/pull/2513)
6+
* Don't install dependencies when running maturin develop --skip-install [#2504](https://github.com/PyO3/maturin/pull/2504)
7+
* Use emcc.bat to query version on Windows [#2478](https://github.com/PyO3/maturin/pull/2478)
8+
* Bump the attest-build-provenance version in the generated ci file [#2484](https://github.com/PyO3/maturin/pull/2478)
9+
* Fix platform tag on Solaris/Illumos [#2483](https://github.com/PyO3/maturin/pull/2483)
10+
* Fix cargo run uniffi-bindgen when cross compiling [#2476](https://github.com/PyO3/maturin/pull/2476)
11+
312
## [1.8.2]
413

514
* Exclude packages not in the dependency tree when finding bindings in [#2426](https://github.com/PyO3/maturin/pull/2426)
@@ -1041,7 +1050,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
10411050

10421051
* Initial Release
10431052

1044-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.2...HEAD
1053+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.3...HEAD
1054+
[1.8.3]: https://github.com/pyo3/maturin/compare/v1.8.2...v1.8.3
10451055
[1.8.2]: https://github.com/pyo3/maturin/compare/v1.8.1...v1.8.2
10461056
[1.8.1]: https://github.com/pyo3/maturin/compare/v1.8.0...v1.8.1
10471057
[1.8.0]: https://github.com/pyo3/maturin/compare/v1.7.8...v1.8.0

0 commit comments

Comments
 (0)