Releases: Jij-Inc/pyo3-stub-gen
Releases · Jij-Inc/pyo3-stub-gen
0.12.2
What's Changed
- Bump cc from 1.2.30 to 1.2.31 in the dependencies group by @dependabot[bot] in #257
- Start developing 0.12.2 by @github-actions[bot] in #258
- test: Adds test-cases for kwargs / args by @konn in #260
Full Changelog: 0.12.1...0.12.2
0.12.1
What's Changed
- Start developing 0.12.1 by @github-actions[bot] in #255
#[deprecated]
does not work with#[getter]
by @termoshtt in #256
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- Start developing 0.11.2 by @github-actions[bot] in #249
- fix
classmethod
, fix #59 by @zao111222333 in #232 - Add support for overriding function argument types and return type by @cstruct in #244
- Bump prettyplease from 0.2.35 to 0.2.36 in the dependencies group by @dependabot[bot] in #252
- Add
async fn
support for free fns and methods, continuation by @cstruct in #251 - Translate Rust's
#[deprecated]
to@typing_extension.deprecated
in Python by @termoshtt in #254
New Contributors
Full Changelog: 0.11.1...0.12.0
0.11.1
What's Changed
- Add test for #242 by @termoshtt in #247
- Support
@overload
decorator generation by @konn in #246 - Fix packaging, introduce Trusted Publishing by @termoshtt in #248
Full Changelog: 0.11.0...0.11.1
0.11.0
What's Changed
- Start developing 0.10.1 by @github-actions[bot] in #230
- clippy fix with Rust 1.88 by @termoshtt in #236
- Add doctest for README by @termoshtt in #231
- Fix #74, #133: Improve
getter
,setter
,classattr
by @zao111222333 in #204 - Bump the dependencies group across 1 directory with 3 updates by @dependabot[bot] in #237
- Bump cc from 1.2.28 to 1.2.29 in the dependencies group by @dependabot[bot] in #238
- Bump up minimum Python version to 3.10 by @termoshtt in #239
- Derive macro for complex enums by @evonreis in #208
- Fix
-
handling in package name by @termoshtt in #242
New Contributors
Full Changelog: 0.10.0...0.11.0
0.10.0
The PyO3 feature detection introduced in 0.9.0 has been removed since it does not works correctly in several cases. See #226 for detail.
What's Changed
- Start developing 0.9.2 by @github-actions in #219
- Register
examples/*
directories for Dependabot updates by @termoshtt in #220 - Setup Claude Code by @termoshtt in #224
- Remove PyO3 build config inspection by @termoshtt in #228
- Update the dependabot configuration for restored cargo-workspace by @termoshtt in #229
Full Changelog: 0.9.1...0.10.0
0.9.1
What's Changed
- Start developing 0.9.1 by @github-actions in #213
- Update Cargo.lock in examples/ by @termoshtt in #214
- Loosen pyo3-build-config version to allow for 0.24 or later. by @termoshtt in #217
Full Changelog: 0.9.0...0.9.1
0.9.0
What's Changed
- Use Python's
pathlib
for Rust'sPath
by @termoshtt in #194 - Avoid
IntoPyObjectExt::into_bound_py_any
forNone
value by @zao111222333 in #188 - Bump the dependencies group with 2 updates by @dependabot in #195
- Setup uv workspace by @termoshtt in #198
- Introduce Taskfile, split out common settings in GitHub Actions by @termoshtt in #199
- Do not include
examples/*
crates in cargo-workspace by @termoshtt in #200 - Bump the dependencies group across 1 directory with 6 updates by @dependabot in #209
- Bump the dependencies group with 5 updates by @dependabot in #211
- Implement PyStubType for either::Either (with minor revise) by @termoshtt in #212
- Support ABI3 case by @termoshtt in #187
Full Changelog: 0.8.2...0.9.0
0.8.2
What's Changed
- Start developing 0.8.2 by @github-actions in #185
- Bump the dependencies group with 10 updates by @dependabot in #189
- bugfix for issue #174 : Use
...
instead ofauto()
inEnum
by @patengel in #191
New Contributors
Full Changelog: 0.8.1...0.8.2
0.8.1
What's Changed
- Start developing 0.8.1 by @github-actions in #180
- About order of proc-macro by @termoshtt in #181
- Implement PyStubType for PyArrayDescr by @terraputix in #183
New Contributors
- @terraputix made their first contribution in #183
Full Changelog: 0.8.0...0.8.1