8000 Comparing v0.3.0...v0.3.1 · stphnt/zproto · 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: stphnt/zproto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: stphnt/zproto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 16, 2023

  1. Add is_io() helper method to errors

    Unlike most other errors, IO errors may be unrecoverable (perhaps the
    device on the other end disconnected abruptly) so it is helpful to know
    whether that kind of error has occurred.
    stphnt committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8819fd8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from stphnt/error-is-io-helper

    Add `is_io()` helper method to errors
    stphnt authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e59fc1d View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.3.1

    stphnt committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    70a5f70 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #103 from stphnt/rc0.3.1

    Bump version to 0.3.1
    stphnt authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e26f4bf View commit details
    Browse the repository at this point in the history
Loading
0