Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: idanarye/rust-typed-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.2
Choose a base ref
...
head repository: idanarye/rust-typed-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.0
Choose a head ref
  • 14 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    617e784 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

  1. Cleanup and docs

    zakstucke committed Aug 31, 2025
    Configuration menu
    Copy the full SHA
    3bc5542 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    bbf61c1 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-pages-artifact from 3 to 4

    Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](actions/upload-pages-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-pages-artifact
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    2711385 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Merge pull request #171 from idanarye/dependabot/github_actions/actio…

    …ns/upload-pages-artifact-4
    
    Bump actions/upload-pages-artifact from 3 to 4
    idanarye authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    b50b903 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #170 from idanarye/dependabot/github_actions/actio…

    …ns/checkout-5
    
    Bump actions/checkout from 4 to 5
    idanarye authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    037cbdd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    5a387eb View commit details
    Browse the repository at this point in the history
  2. Switch to fn() syntax

    zakstucke committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    9218f5a View commit details
    Browse the repository at this point in the history
  3. Version bump

    zakstucke committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    6a30439 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Review changes

    zakstucke committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    13adb32 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Merge pull request #169 from zakstucke/zak/transform_generics

    `#[builder(setter(transform_generics = "<...>"))]` to add generics to the `transform` closure.
    idanarye authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    0267b1a View commit details
    Browse the repository at this point in the history
  2. Bump minor version

    idanarye committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    1b1b5bc View commit details
    Browse the repository at this point in the history
  3. Upgrade Rust version in CI

    idanarye committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    81bc3f5 View commit details
    Browse the repository at this point in the history
  4. Fix Clippy warnings

    idanarye committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    1a36637 View commit details
    Browse the repository at this point in the history
Loading