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: python-jsonschema/referencing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.0
Choose a base ref
...
head repository: python-jsonschema/referencing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.1
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    2c1a8f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    217a18d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Bump suite from 87851a6 to 8be5a4b

    Bumps [suite](https://github.com/python-jsonschema/referencing-suite) from `87851a6` to `8be5a4b`.
    - [Commits](python-jsonschema/referencing-suite@87851a6...8be5a4b)
    
    ---
    updated-dependencies:
    - dependency-name: suite
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d485584 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #147 from python-jsonschema/dependabot/submodules/…

    …suite-8be5a4b
    
    Bump suite from `87851a6` to `8be5a4b`
    Julian authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    edd1006 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Bump suite from 8be5a4b to c49444c

    Bumps [suite](https://github.com/python-jsonschema/referencing-suite) from `8be5a4b` to `c49444c`.
    - [Commits](python-jsonschema/referencing-suite@8be5a4b...c49444c)
    
    ---
    updated-dependencies:
    - dependency-name: suite
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c0c7b72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from python-jsonschema/dependabot/submodules/…

    …suite-c49444c
    
    Bump suite from `8be5a4b` to `c49444c`
    Julian authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a524132 View commit details
    Browse the repository at this point in the history
  3. Handle empty pointers (root pointers) in Resource.pointer.

    Resource.lookup did this correctly for fragment-represented pointers,
    but this function needs to as well.
    
    Closes: #148
    Julian committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1357a73 View commit details
    Browse the repository at this point in the history
  4. Correct the return type.

    Julian committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1863d4a View commit details
    Browse the repository at this point in the history
Loading