diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5df0c7b1c1..553774e43c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ on: jobs: # Run 'cargo dist plan' (or host) to determine what tasks we need to do plan: - runs-on: "ubuntu-20.04" + runs-on: ubuntu-latest outputs: val: ${{ steps.plan.outputs.manifest }} tag: ${{ !github.event.pull_request && github.ref_name || '' }} @@ -160,7 +160,7 @@ jobs: needs: - plan - build-local-artifacts - runs-on: "ubuntu-20.04" + runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json @@ -210,7 +210,7 @@ jobs: if: ${{ always() && needs.plan.outputs.publishing == 'true' && (needs.build-global-artifacts.result == 'skipped' || needs.build-global-artifacts.result == 'success') && (needs.build-local-artifacts.result == 'skipped' || needs.build-local-artifacts.result == 'success') }} env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - runs-on: "ubuntu-20.04" + runs-on: ubuntu-latest outputs: val: ${{ steps.host.outputs.manifest }} steps: @@ -274,7 +274,7 @@ jobs: # still allowing individual publish jobs to skip themselves (for prereleases). # "host" however must run to completion, no skipping allowed! if: ${{ always() && needs.host.result == 'success' }} - runs-on: "ubuntu-20.04" + runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ca9f2124..5b4041cb68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,215 +7,227 @@ - [Removed](#removed) - [Fixed](#fixed) - [Security](#security) -- [v0.71.1 (2024-12-09)](#v0711-2024-12-09) - - [Fixed](#fixed-1) -- [0.71.0 (2024-12-06)](#0710-2024-12-06) +- [0.72.1 (2025-05-22)](#0721-2025-05-22) - [Added](#added-1) - [Changed](#changed-1) - [Removed](#removed-1) - - [Fixed](#fixed-2) -- [0.70.1 (2024-08-20)](#0701-2024-08-20) + - [Fixed](#fixed-1) + - [Security](#security-1) +- [0.72.0 (2025-05-22)](#0720-2025-05-22) - [Added](#added-2) - [Changed](#changed-2) - [Removed](#removed-2) + - [Fixed](#fixed-2) + - [Security](#security-2) +- [v0.71.1 (2024-12-09)](#v0711-2024-12-09) - [Fixed](#fixed-3) - - [Security](#security-1) -- [0.70.0 (2024-08-16)](#0700-2024-08-16) +- [0.71.0 (2024-12-06)](#0710-2024-12-06) - [Added](#added-3) - [Changed](#changed-3) - [Removed](#removed-3) - [Fixed](#fixed-4) - - [Security](#security-2) -- [0.69.4 (2024-02-04)](#0694-2024-02-04) +- [0.70.1 (2024-08-20)](#0701-2024-08-20) - [Added](#added-4) - [Changed](#changed-4) - [Removed](#removed-4) - [Fixed](#fixed-5) - [Security](#security-3) -- [0.69.3 (2024-02-04)](#0693-2024-02-04) +- [0.70.0 (2024-08-16)](#0700-2024-08-16) - [Added](#added-5) - [Changed](#changed-5) - [Removed](#removed-5) - [Fixed](#fixed-6) - [Security](#security-4) -- [0.69.2 (2024-01-13)](#0692-2024-01-13) +- [0.69.4 (2024-02-04)](#0694-2024-02-04) - [Added](#added-6) - [Changed](#changed-6) - [Removed](#removed-6) - [Fixed](#fixed-7) - [Security](#security-5) -- [0.69.1 (2023-11-02)](#0691-2023-11-02) - - [Fixed](#fixed-8) -- [0.69.0 (2023-11-01)](#0690-2023-11-01) +- [0.69.3 (2024-02-04)](#0693-2024-02-04) - [Added](#added-7) - [Changed](#changed-7) - [Removed](#removed-7) - - [Fixed](#fixed-9) + - [Fixed](#fixed-8) - [Security](#security-6) -- [0.68.1](#0681) - - [Fixed](#fixed-10) -- [0.68.0](#0680) +- [0.69.2 (2024-01-13)](#0692-2024-01-13) - [Added](#added-8) - [Changed](#changed-8) - [Removed](#removed-8) - - [Fixed](#fixed-11) -- [0.67.0](#0670) -- [0.66.1](#0661) - - [Removed](#removed-9) -- [0.66.0](#0660) + - [Fixed](#fixed-9) + - [Security](#security-7) +- [0.69.1 (2023-11-02)](#0691-2023-11-02) + - [Fixed](#fixed-10) +- [0.69.0 (2023-11-01)](#0690-2023-11-01) - [Added](#added-9) - [Changed](#changed-9) - - [Removed](#removed-10) -- [0.65.1](#0651) + - [Removed](#removed-9) + - [Fixed](#fixed-11) + - [Security](#security-8) +- [0.68.1](#0681) - [Fixed](#fixed-12) -- [0.65.0](#0650) +- [0.68.0](#0680) - [Added](#added-10) - [Changed](#changed-10) + - [Removed](#removed-10) + - [Fixed](#fixed-13) +- [0.67.0](#0670) +- [0.66.1](#0661) - [Removed](#removed-11) -- [0.64.0](#0640) +- [0.66.0](#0660) - [Added](#added-11) - [Changed](#changed-11) -- [0.63.0](#0630) + - [Removed](#removed-12) +- [0.65.1](#0651) + - [Fixed](#fixed-14) +- [0.65.0](#0650) - [Added](#added-12) - [Changed](#changed-12) - - [Removed](#removed-12) -- [0.62.0](#0620) + - [Removed](#removed-13) +- [0.64.0](#0640) - [Added](#added-13) - [Changed](#changed-13) - - [Fixed](#fixed-13) -- [0.61.0](#0610) +- [0.63.0](#0630) - [Added](#added-14) - [Changed](#changed-14) - - [Fixed](#fixed-14) -- [0.60.1](#0601) - - [Fixed](#fixed-15) -- [0.60.0](#0600) + - [Removed](#removed-14) +- [0.62.0](#0620) - [Added](#added-15) - - [Fixed](#fixed-16) - [Changed](#changed-15) - - [Removed](#removed-13) -- [0.59.2](#0592) -- [0.59.1](#0591) - - [Fixed](#fixed-17) -- [0.59.0](#0590) + - [Fixed](#fixed-15) +- [0.61.0](#0610) - [Added](#added-16) - - [Fixed](#fixed-18) - [Changed](#changed-16) -- [0.58.1](#0581) + - [Fixed](#fixed-16) +- [0.60.1](#0601) + - [Fixed](#fixed-17) +- [0.60.0](#0600) - [Added](#added-17) -- [0.58.0](#0580) - - [Added](#added-18) - - [Fixed](#fixed-19) + - [Fixed](#fixed-18) - [Changed](#changed-17) - - [Deprecated](#deprecated) - - [Removed](#removed-14) + - [Removed](#removed-15) +- [0.59.2](#0592) +- [0.59.1](#0591) + - [Fixed](#fixed-19) +- [0.59.0](#0590) + - [Added](#added-18) - [Fixed](#fixed-20) - - [Security](#security-7) -- [0.57.0](#0570) + - [Changed](#changed-18) +- [0.58.1](#0581) - [Added](#added-19) - - [Fixed](#fixed-21) -- [0.56.0](#0560) +- [0.58.0](#0580) - [Added](#added-20) - - [Changed](#changed-18) + - [Fixed](#fixed-21) + - [Changed](#changed-19) + - [Deprecated](#deprecated) + - [Removed](#removed-16) - [Fixed](#fixed-22) -- [0.55.1](#0551) - - [Fixed](#fixed-23) -- [0.55.0](#0550) - - [Removed](#removed-15) + - [Security](#security-9) +- [0.57.0](#0570) - [Added](#added-21) - - [Changed](#changed-19) - - [Fixed](#fixed-24) -- [0.54.1](#0541) + - [Fixed](#fixed-23) +- [0.56.0](#0560) - [Added](#added-22) - [Changed](#changed-20) + - [Fixed](#fixed-24) +- [0.55.1](#0551) - [Fixed](#fixed-25) -- [0.54.0](#0540) +- [0.55.0](#0550) + - [Removed](#removed-17) - [Added](#added-23) - [Changed](#changed-21) - [Fixed](#fixed-26) -- [0.53.3](#0533) +- [0.54.1](#0541) - [Added](#added-24) - - [Fixed](#fixed-27) -- [0.53.2](#0532) - [Changed](#changed-22) -- [0.53.1](#0531) + - [Fixed](#fixed-27) +- [0.54.0](#0540) - [Added](#added-25) -- [0.53.0](#0530) - - [Added](#added-26) - [Changed](#changed-23) - [Fixed](#fixed-28) -- [0.52.0](#0520) - - [Added](#added-27) - - [Changed](#changed-24) +- [0.53.3](#0533) + - [Added](#added-26) - [Fixed](#fixed-29) -- [0.51.1](#0511) - - [Fixed](#fixed-30) - - [Changed](#changed-25) -- [0.51.0](#0510) - - [Fixed](#fixed-31) - - [Changed](#changed-26) +- [0.53.2](#0532) + - [Changed](#changed-24) +- [0.53.1](#0531) + - [Added](#added-27) +- [0.53.0](#0530) - [Added](#added-28) -- [0.50.0](#0500) + - [Changed](#changed-25) + - [Fixed](#fixed-30) +- [0.52.0](#0520) - [Added](#added-29) -- [0.49.3](#0493) - - [Added](#added-30) -- [0.49.2](#0492) - - [Changed](#changed-27) -- [0.49.1](#0491) + - [Changed](#changed-26) + - [Fixed](#fixed-31) +- [0.51.1](#0511) - [Fixed](#fixed-32) + - [Changed](#changed-27) +- [0.51.0](#0510) + - [Fixed](#fixed-33) - [Changed](#changed-28) -- [0.49.0](#0490) + - [Added](#added-30) +- [0.50.0](#0500) - [Added](#added-31) - - [Fixed](#fixed-33) +- [0.49.3](#0493) + - [Added](#added-32) +- [0.49.2](#0492) - [Changed](#changed-29) -- [0.48.1](#0481) +- [0.49.1](#0491) - [Fixed](#fixed-34) -- [0.48.0](#0480) - [Changed](#changed-30) +- [0.49.0](#0490) + - [Added](#added-33) - [Fixed](#fixed-35) -- [0.47.4](#0474) - - [Added](#added-32) -- [0.47.3](#0473) - [Changed](#changed-31) -- [0.47.2](#0472) +- [0.48.1](#0481) - [Fixed](#fixed-36) -- [0.47.1](#0471) +- [0.48.0](#0480) - [Changed](#changed-32) - [Fixed](#fixed-37) -- [0.47.0](#0470) +- [0.47.4](#0474) + - [Added](#added-34) +- [0.47.3](#0473) - [Changed](#changed-33) +- [0.47.2](#0472) - [Fixed](#fixed-38) -- [0.33.1 .. 0.46.0](#0331--0460) - - [Added](#added-33) - - [Removed](#removed-16) +- [0.47.1](#0471) - [Changed](#changed-34) - [Fixed](#fixed-39) -- [0.33.1](#0331) +- [0.47.0](#0470) + - [Changed](#changed-35) - [Fixed](#fixed-40) -- [0.33.0](#0330) -- [0.32.2](#0322) +- [0.33.1 .. 0.46.0](#0331--0460) + - [Added](#added-35) + - [Removed](#removed-18) + - [Changed](#changed-36) - [Fixed](#fixed-41) -- [0.32.1](#0321) +- [0.33.1](#0331) - [Fixed](#fixed-42) -- [0.32.0](#0320) - - [Added](#added-34) - - [Changed](#changed-35) +- [0.33.0](#0330) +- [0.32.2](#0322) - [Fixed](#fixed-43) -- [0.31.0](#0310) - - [Added](#added-35) - - [Changed](#changed-36) - - [Deprecated](#deprecated-1) - - [Removed](#removed-17) +- [0.32.1](#0321) - [Fixed](#fixed-44) -- [0.30.0](#0300) +- [0.32.0](#0320) - [Added](#added-36) - [Changed](#changed-37) - - [Deprecated](#deprecated-2) - [Fixed](#fixed-45) -- [0.29.0](#0290) +- [0.31.0](#0310) - [Added](#added-37) - [Changed](#changed-38) + - [Deprecated](#deprecated-1) + - [Removed](#removed-19) - [Fixed](#fixed-46) +- [0.30.0](#0300) + - [Added](#added-38) + - [Changed](#changed-39) + - [Deprecated](#deprecated-2) + - [Fixed](#fixed-47) +- [0.29.0](#0290) + - [Added](#added-39) + - [Changed](#changed-40) + - [Fixed](#fixed-48) @@ -227,6 +239,20 @@ ## Fixed ## Security +# 0.72.1 (2025-05-22) +## Added +## Changed +## Removed +## Fixed +## Security + +# 0.72.0 (2025-05-22) +## Added +## Changed +## Removed +## Fixed +## Security + # v0.71.1 (2024-12-09) ## Fixed - Fix `--version` and `--generate-shell-completions` (#3040) diff --git a/Cargo.lock b/Cargo.lock index 4e88c224f5..3f27811054 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "bindgen" -version = "0.71.1" +version = "0.72.1" dependencies = [ "annotate-snippets", "bitflags 2.2.1", @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "bindgen-cli" -version = "0.71.1" +version = "0.72.1" dependencies = [ "bindgen", "env_logger 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index b0a5bbb082..67c9423dd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ edition = "2021" # All dependency version management is centralized here [workspace.dependencies] annotate-snippets = "0.11.4" -bindgen = { version = "0.71.1", path = "./bindgen", default-features = false } +bindgen = { version = "0.72.1", path = "./bindgen", default-features = false } bitflags = "2.2.1" block = "0.1" cc = "1.0" diff --git a/bindgen-cli/Cargo.toml b/bindgen-cli/Cargo.toml index 52fcaaeb1b..22b925f1a2 100644 --- a/bindgen-cli/Cargo.toml +++ b/bindgen-cli/Cargo.toml @@ -13,7 +13,7 @@ readme = "../README.md" repository = "https://github.com/rust-lang/rust-bindgen" documentation = "https://docs.rs/bindgen" homepage = "https://rust-lang.github.io/rust-bindgen/" -version = "0.71.1" +version = "0.72.1" rust-version.workspace = true edition.workspace = true diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index c01f8f0c44..a356ee587d 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -16,7 +16,7 @@ readme = "../README.md" repository = "https://github.com/rust-lang/rust-bindgen" documentation = "https://docs.rs/bindgen" homepage = "https://rust-lang.github.io/rust-bindgen/" -version = "0.71.1" +version = "0.72.1" build = "build.rs" rust-version.workspace = true edition.workspace = true