Skip to content

Releases: PyO3/maturin-action

v1.42.0

14 Mar 06:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.41.0...v1.42.0

v1.41.0

18 Feb 15:02
v1.41.0
60d1184
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Node 20
  • Bump actions/setup-python from 4 to 5 by @dependabot in #239
  • Bump peter-evans/create-pull-request from 5 to 6 by @dependabot in #243

Full Changelog: v1.40.8...v1.41.0

v1.40.8

03 Dec 03:23
v1.40.8
a3013db
Compare
Choose a tag to compare

What's Changed

  • Pass CC and CXX environmental variables by @ijl in #232

New Contributors

  • @ijl made their first contribution in #232

Full Changelog: v1.40.7...v1.40.8

v1.40.7

26 Oct 01:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.40.6...v1.40.7

v1.40.4

06 Oct 03:35
v1.40.4
03e27ee
Compare
Choose a tag to compare

What's Changed

  • Also find rust-toolchain file in parent directories by @messense in #217

Full Changelog: v1.40.3...v1.40.4

v1.40.3

02 Oct 14:48
v1.40.3
a7534cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.40.2...v1.40.3

v1.40.2

06 Aug 10:53
v1.40.2
9357a23
Compare
Choose a tag to compare

What's Changed

  • Resolve workspace target dir from cargo metadata output by @messense in #200

Full Changelog: v1.40.1...v1.40.2

v1.40.1

09 Jul 14:23
v1.40.1
6d52485
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.40.0...v1.40.1

v1.40.0

26 Apr 15:09
v1.40.0
ce661d6
Compare
Choose a tag to compare

What's Changed

  • Automatically pass CFLAGS/CPPFLAGS/CXXFLAGS/LDFLAGS by @messense in #172

Full Changelog: v1.39.0...v1.40.0

v1.39.0

03 Mar 03:26
v1.39.0
49e1175
Compare
Choose a tag to compare

What's Changed

For running custom script to configure the build environment on Linux, for example installing clang for rust-bindgen.
For macOS and Windows you can just run the command before maturin-action since the builds are always run on the host machine.

Full Changelog: v1.38.1...v1.39.0