Skip to content

Commit

Permalink
Merge pull request #1734 from messense/release-1.2.1
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
messense authored Aug 14, 2023
2 parents 01fd07c + 4d6152f commit a8be6e0
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 36 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions 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.2.0"
version = "1.2.1"
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
exclude = [
"test-crates/**/*",
Expand Down Expand Up @@ -63,10 +63,10 @@ semver = "1.0.13"
target-lexicon = "0.12.8"
indexmap = "1.9.3"
pyproject-toml = "0.6.1"
python-pkginfo = "0.5.6"
python-pkginfo = "0.6.0"
textwrap = "0.16.0"
ignore = "0.4.20"
itertools = "0.10.5"
itertools = "0.11.0"
lddtree = "0.3.3"
cc = "1.0.72"
dunce = "1.0.2"
Expand Down
11 changes: 10 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1] - 2023-08-14

* Add non-interactive mode to `upload` command in [#1722](https://github.com/PyO3/maturin/pull/1722)
* Fix `link-native-libraries` check for emscripten target in [#1724](https://github.com/PyO3/maturin/pull/1724)
* Add support for `ALL_PROXY` to `upload` command in [#1727](https://github.com/PyO3/maturin/pull/1727)
* Handle renamed Rust dependency in sdist in [#1728](https://github.com/PyO3/maturin/pull/1728)
* Fix invalid TOML when rewriting workspace inherited dependencies in [#1733](https://github.com/PyO3/maturin/pull/1733)

## [1.2.0] - 2023-08-06

* Add basic support for implicit namespaces [#1645](https://github.com/PyO3/maturin/pull/1696)
Expand Down Expand Up @@ -891,7 +899,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.2.0...HEAD
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/pyo3/maturin/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/pyo3/maturin/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/pyo3/maturin/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/pyo3/maturin/compare/v1.0.0...v1.0.1
Expand Down

0 comments on commit a8be6e0

Please sign in to comment.