Skip to content

Releases: Jij-Inc/pyo3-stub-gen

0.3.0

09 Aug 11:39
5356d3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

08 Aug 04:58
78d9825
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.2.0

0.1.2

07 Aug 06:37
f03711f
Compare
Choose a tag to compare

What's Changed

  • Start developing 0.1.2 by @github-actions in #18
  • More documents, make private modules public by @termoshtt in #19
  • Helper macro define_stub_info_gatherer by @termoshtt in #23

New Contributors

  • @github-actions made their first contribution in #18

Full Changelog: 0.1.1...0.1.2

0.1.1

06 Aug 12:50
71241a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

01 Aug 12:46
3a62d00
Compare
Choose a tag to compare
Remove dependency to derive crate (#15)

In order to publish the `pyo3-stub-gen` crate to crates.io,
`pyo3-stub-gen-derive` must be exists in crates.io even if it is
optional dependency.