8000 Comparing v0.11.0...v0.11.1 · bytecodealliance/wrpc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: bytecodealliance/wrpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: bytecodealliance/wrpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.1
Choose a head ref
  • 8 commits
  • 39 files changed
  • 2 contributors

Commits on Oct 1, 2024

  1. fix(go-bindgen): only flatten 1 tuple level

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0ced108 View commit details
    Browse the repository at this point in the history
  2. chore: bump crate version

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0bc0292 View commit details
    Browse the repository at this point in the history
  3. fix(go): correctly handle nested futures

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8d8d510 View commit details
    Browse the repository at this point in the history
  4. fix(rs): allow indexing partial paths

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Oct 1, 2024
    10000 Configuration menu
    Copy the full SHA
    5f30660 View commit details
    Browse the repository at this point in the history
  5. build(nix): add cargo-nextest

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    82b50f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. build(deps): bump clap from 4.5.18 to 4.5.19

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.18 to 4.5.19.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.18...clap_complete-v4.5.19)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and rvolosatovs committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ea65bbf View commit details
    Browse the repository at this point in the history
  2. fix(quic): concat nested index paths

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2a002f9 View commit details
    Browse the repository at this point in the history
  3. chore: bump crate versions

    Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
    rvolosatovs committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c602bee View commit details
    Browse the repository at this point in the history
Loading
0