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: artisanofcode/python-conjecture
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.3
Choose a base ref
...
head repository: artisanofcode/python-conjecture
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0
Choose a head ref
  • 16 commits
  • 53 files changed
  • 3 contributors

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    c5f610d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dbcc6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8046fb8 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/cache from 2 to 3

    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>
    dependabot[bot] authored and danielknell committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    d170a27 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/setup-python from 1 to 4

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v1...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>
    dependabot[bot] authored and danielknell committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    a333c90 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and danielknell committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    2f15639 View commit details
    Browse the repository at this point in the history
  7. ci: add test config

    danielknell authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    6fd69f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. build(deps-dev): bump pytest from 6.2.4 to 7.1.2

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 7.1.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@6.2.4...7.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and danielknell committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b7521cd View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump black from 21.5b0 to 22.3.0 (#13)

    * build(deps-dev): bump black from 21.5b0 to 22.3.0
    
    Bumps [black](https://github.com/psf/black) from 21.5b0 to 22.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](https://github.com/psf/black/commits/22.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * style: update for new black
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Knell <contact@danielknell.co.uk>
    dependabot[bot] and danielknell authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e3980f7 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump pydocstyle from 6.0.0 to 6.1.1 (#12)

    Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 6.0.0 to 6.1.1.
    - [Release notes](https://github.com/PyCQA/pydocstyle/releases)
    - [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst)
    - [Commits](PyCQA/pydocstyle@6.0.0...6.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: pydocstyle
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    bee7a07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c73fb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    cab705a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    384c562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2122347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f5741 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 0.1.0 (#5)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    283cdf4 View commit details
    Browse the repository at this point in the history
Loading