Thanks to visit codestin.com
Credit goes to github.com

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-lsp/docstring-to-markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11
Choose a base ref
...
head repository: python-lsp/docstring-to-markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12
Choose a head ref
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 20, 2023

  1. chore: add test to reproduce the issue

    Signed-off-by: oleg.hoefling <[email protected]>
    hoefling committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    03e7d6a View commit details
    Browse the repository at this point in the history
  2. fix: include directive flags in regex search

    Signed-off-by: oleg.hoefling <[email protected]>
    hoefling committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    437e114 View commit details
    Browse the repository at this point in the history
  3. ensure ci for 3.6 runs on older ubuntu version that still supports 3.…

    …6 installation
    
    Signed-off-by: oleg.hoefling <[email protected]>
    hoefling committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    592eb5e View commit details
    Browse the repository at this point in the history
  4. ci: fix wrong parameter enumeration in matrix configuration

    Signed-off-by: oleg.hoefling <[email protected]>
    hoefling committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3e332ee View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. feat: include tests in source distribution

    Signed-off-by: Oleg Hoefling <[email protected]>
    hoefling committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d8367d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from hoefling/enable-directive-regex-flags

    Respect directive regex flags
    krassowski authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    aa851a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f017f52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #31 from hoefling/include-tests-in-sdist

    feat: include tests in source distribution
    krassowski authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c8bcc72 View commit details
    Browse the repository at this point in the history
  5. Release v0.12

    krassowski committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3f47f4e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #32 from krassowski/bump-version-0.12

    Prepare release v0.12
    krassowski authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a3abc43 View commit details
    Browse the repository at this point in the history
Loading