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: mkdocstrings/mkdocstrings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 65732a2
Choose a base ref
...
head repository: mkdocstrings/mkdocstrings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 07fb484
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    c8de08e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb4f9de View commit details
    Browse the repository at this point in the history
  3. fix: Prevent error during parallel installations

    Poetry and PDM install packages in parallel.
    By including README.md and pyproject.toml
    in the project's metadata, they are included
    in the final wheel, above the actual source files.
    Upon installation, these two files are written
    directly in site-packages.
    
    If one or more other packages do the same thing,
    it sometimes results in OS errors due to parallel
    accesses to the same files.
    pawamoy committed May 16, 2021
    Configuration menu
    Copy the full SHA
    fac2c71 View commit details
    Browse the repository at this point in the history
  4. chore: Prepare release 0.15.1

    pawamoy committed May 16, 2021
    Configuration menu
    Copy the full SHA
    07fb484 View commit details
    Browse the repository at this point in the history
Loading