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: tlambert03/ome-types
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: tlambert03/ome-types
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 10 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 17, 2022

  1. ci: [pre-commit.ci] pre-commit autoupdate (#148)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
    - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.982](pre-commit/mirrors-mypy@v0.971...v0.982)
    
    * fix commit message
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
    pre-commit-ci[bot] and tlambert03 authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6c68912 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. ci: add dependabot (#149)

    * ci: add dependabot
    
    * undo py311
    tlambert03 authored Oct 29, 2022
    Configuration menu
    Copy the full SHA
    c37bfc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. ci(dependabot): bump actions/setup-python from 2 to 4 (#151)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    365eda8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcc31f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. ci: [pre-commit.ci] autoupdate (#153)

    updates:
    - [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.2.0](asottile/setup-cfg-fmt@v2.0.0...v2.2.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    daea82a View commit details
    Browse the repository at this point in the history
  2. docs: Fix readthedocs build (#154)

    * docs: trying to fix rtd build
    
    * update docs config
    
    * style: [pre-commit.ci] auto fixes [...]
    
    * fix path
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    tlambert03 and pre-commit-ci[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c13870b View commit details
    Browse the repository at this point in the history
  3. feat: support python 3.11 (#150)

    * feat: support python 3.11
    
    * skip windows py311
    
    * add 311 to tox
    tlambert03 authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    10f46a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. ci(dependabot): bump actions/cache from 2 to 3 (#155)

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    61a05cd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. build: Remove upper version bound of xmlschema dependency (#156)

    * remove upper bound of xmlschema dependency
    
    * ome_types._xmlschema: use py<39 compatible typing syntax
    ap-- authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    943f610 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. chore: changelog v0.3.2

    tlambert03 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    85b9a51 View commit details
    Browse the repository at this point in the history
Loading