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: rust-postgres/rust-postgres-large-object
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: rust-postgres/rust-postgres-large-object
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 5, 2018

  1. Do not panic when version looks like 10.3 (Debian 10.3-1.pgdg90+1)

    Ignore anything past a space when parsing Postgres version string.
    This should make sure that a version string like
    `10.3 (Debian 10.3-1.pgdg90+1)`, which I encountered when using
    the postgres:10.3 docker image, is parsed properly.
    pgerber committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    8233d07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from pgerber/space-in-version

    Do not panic when version looks like `10.3 (Debian 10.3-1.pgdg90+1)`
    sfackler authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    2a97cc3 View commit details
    Browse the repository at this point in the history
  3. Update circle.yml

    sfackler authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    816fd46 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Release v0.7.1

    sfackler committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    371f06e View commit details
    Browse the repository at this point in the history
Loading