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: gitpython-developers/smmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: gitpython-developers/smmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref
  • 16 commits
  • 15 files changed
  • 4 contributors

Commits on Jan 15, 2022

  1. Fix typos

    kianmeng committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    597d36c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Merge pull request #47 from kianmeng/fix-typos

    Fix typos
    Byron authored Jan 16, 2022
    Configuration menu
    Copy the full SHA
    8551da6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Stop signing releases

    Byron committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    334ef84 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Add support for Python 3.11

    hugovk committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a8cdf46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0370014 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Merge pull request #48 from hugovk/master

    Add support for Python 3.11
    Byron authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5cfacac View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Bump GitHub Actions

    hugovk committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    0522957 View commit details
    Browse the repository at this point in the history
  2. Add support for Python 3.12

    hugovk committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    8aa59e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b4d14 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Merge pull request #50 from hugovk/master

    Add support for Python 3.12 and drop EOL 3.7
    Byron authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7373a8c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. prepare v6.0.0

    Byron committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    810ae3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce03fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e163592 View commit details
    Browse the repository at this point in the history
  4. Revert "Drop support for EOL Python 3.7"

    Analogous to gitpython-developers/gitdb#94,
    this brings back Python 3.7 support (allowing it to be installed on
    3.7, and testing on 3.7), even though 3.7 is end of life, because
    support for 3.7 is not being dropped by GitPython (or gitdb) yet,
    and there is value in keeping GitPython, gitdb, and smmap
    consistent.
    
    This reverts commit f1b4d14.
    EliahKagan committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b98fdd1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #52 from EliahKagan/py37

    Revert "Drop support for EOL Python 3.7"
    Byron authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    156151c View commit details
    Browse the repository at this point in the history
  6. prepare v5.0.1

    Byron committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    256c5a2 View commit details
    Browse the repository at this point in the history
Loading