Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created with
brew bump-formula-pr
.release notes
maturin new
andmaturin init
commands by @messense in Feature gatematurin new
andmaturin init
commands PyO3/maturin#1330--no-default-features
by default when bootstrapping from sdist by @messense in Build with--no-default-features
by default when bootstrapping from sdist PyO3/maturin#1333rpassword
withdialoguer
by @messense in Replacerpassword
withdialoguer
PyO3/maturin#1338pyproject.toml
by @messense in Allow Rust crate to be placed outside of the directory containingpyproject.toml
PyO3/maturin#1347uniffi-bindgen
command instead of depending onuniffi_bindgen
crates by @messense in Rununiffi-bindgen
command instead of depending onuniffi_bindgen
crates PyO3/maturin#1352--interpreter
value by @konstin in Clarify--interpreter
value PyO3/maturin#1358uniffi_bindgen
to 0.22.0 in test crates by @messense in Updateuniffi_bindgen
to 0.22.0 in test crates PyO3/maturin#1360toml_edit
to 0.16.0 by @messense in Updatetoml_edit
to 0.16.0 PyO3/maturin#1373console
to 0.15.3 by @messense in Updateconsole
to 0.15.3 PyO3/maturin#1379ureq
andconsole
by @messense in chore: cargo updateureq
andconsole
PyO3/maturin#1386toml_edit
to 0.17.1,minijinja
to 0.28.0 by @messense in Updatetoml_edit
to 0.17.1,minijinja
to 0.28.0 PyO3/maturin#1392MACOSX_DEPLOYMENT_TARGET
when query default value from rustc by @messense in Don't passMACOSX_DEPLOYMENT_TARGET
when query default value from rustc PyO3/maturin#1395new
andinit
commands by @messense in Add link to bindings guide innew
andinit
commands PyO3/maturin#1403schannel
to remove outdatedwindows-sys
0.36 dependency by @messense in Updateschannel
to remove outdatedwindows-sys
0.36 dependency PyO3/maturin#1404rustflags
settings in cargo configuration file by @messense in Respectrustflags
settings in cargo configuration file PyO3/maturin#1405cargo deny
check for Windows and macOS by @messense in Runcargo deny
check for Windows and macOS PyO3/maturin#1408[package.metadata.maturin]
by @messense in Use module name specified by[package.metadata.maturin]
PyO3/maturin#1409normalize
path failed by @messense in Better error message whennormalize
path failed PyO3/maturin#1432dev-dependencies
in sdist when there are no path dependencies by @messense in Keepdev-dependencies
in sdist when there are no path dependencies PyO3/maturin#1441toml_edit
to 0.19 and switch back totoml
for parsing by @messense in Updatetoml_edit
to 0.19 and switch back totoml
for parsing PyO3/maturin#1439cargo-options
to 0.6.0 by @messense in Updatecargo-options
to 0.6.0 PyO3/maturin#1454zip
to 0.6.4 by @messense in Updatezip
to 0.6.4 PyO3/maturin#1455--universal2
in favor ofuniversal2-apple-darwin
target by @messense in Deprecate--universal2
in favor ofuniversal2-apple-darwin
target PyO3/maturin#1457generate-ci
subcommand to generate CI configuration by @messense in Addgenerate-ci
subcommand to generate CI configuration PyO3/maturin#1456cargo deny
errors by @messense in Fix newcargo deny
errors PyO3/maturin#1466bin
bindings support togenerate-ci
command by @messense in Addbin
bindings support togenerate-ci
command PyO3/maturin#1470Cargo.toml
contains removed python package metadata by @messense in Raise an error whenCargo.toml
contains removed python package metadata PyO3/maturin#1471CI.yml
template withgenerate-ci
by @messense in ReplaceCI.yml
template withgenerate-ci
PyO3/maturin#1472extension-module
feature inpyproject.toml
in project templates by @messense in Enableextension-module
feature inpyproject.toml
in project templates PyO3/maturin#1479generate-ci
command by @messense in Add support for Emscripten ingenerate-ci
command PyO3/maturin#1484ext_suffix
for Emscripten target if not provided inPYO3_CONFIG_FILE
by @messense in Use defaultext_suffix
for Emscripten target if not provided inPYO3_CONFIG_FILE
PyO3/maturin#1491generate-ci
command arguments in generate configuration by @messense in Recordgenerate-ci
command arguments in generate configuration PyO3/maturin#1498keyutils
instead ofsecret-service
for accessing Linux keyring by @messense in Usekeyutils
instead ofsecret-service
for accessing Linux keyring PyO3/maturin#1500generate-ci
by @messense in Add sdist support togenerate-ci
PyO3/maturin#1505generate-ci
by @messense in Fine-grained GitHub Actions permission ingenerate-ci
PyO3/maturin#1513crossbeam-*
by @messense in Updatecrossbeam-*
PyO3/maturin#1514package.metadata.maturin.name
by @messense in Fix module name when it's specified inpackage.metadata.maturin.name
PyO3/maturin#1524Cargo.toml
topyproject.toml
by @messense in Move maturin metadata fromCargo.toml
topyproject.toml
PyO3/maturin#1493classifiers
inCargo.toml
by @ravenexp in docs: do not tell users to putclassifiers
inCargo.toml
PyO3/maturin#1557EXT_SUFFIX
when cross compiling musllinux wheels for Python 3.11 by @messense in Fix wrongEXT_SUFFIX
when cross compiling musllinux wheels for Python 3.11 PyO3/maturin#1560git
source distribution generator by @messense in Introducegit
source distribution generator PyO3/maturin#1587PYO3_PYTHON
if interpreter is runnable regardless of abi3 by @messense in Always setPYO3_PYTHON
if interpreter is runnable regardless of abi3 PyO3/maturin#1592New Contributors
Full Changelog: PyO3/maturin@v0.14.4...v0.15.0