Comparing v2.0.1...v2.0.2 · python-thread/thread · GitHub
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-thread/thread
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: python-thread/thread
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 6 commits
  • 16 files changed
  • 1 contributor

Commits on May 25, 2024

  1. chore(deps): Update dependencies (#82)

    Signed-off-by: AlexNg <contact@ngjx.org>
    caffeine-addictt authored May 25, 2024
    Configuration menu
    Copy the full SHA
    9ed8426 View commit details
    Browse the repository at this point in the history
  2. feat: Resolve version from pip (#83)

    * feat: Make versioning resolve with importlib
    
    * feat: Add __version__
    
    * test: Ensure version can be accessed and follows semver
    
    
    Signed-off-by: AlexNg <contact@ngjx.org>
    caffeine-addictt authored May 25, 2024
    Configuration menu
    Copy the full SHA
    9919a22 View commit details
    Browse the repository at this point in the history
  3. fix: Cast verbosity comparison to Literal type (#84)

    Signed-off-by: AlexNg <contact@ngjx.org>
    caffeine-addictt authored May 25, 2024
    Configuration menu
    Copy the full SHA
    a5a0523 View commit details
    Browse the repository at this point in the history
  4. revert: Remove coverage file (#85)

    Signed-off-by: AlexNg <contact@ngjx.org>
    caffeine-addictt authored May 25, 2024
    Configuration menu
    Copy the full SHA
    3dcdeab View commit details
    Browse the repository at this point in the history
  5. docs: Only have docs url in __init__ (#86)

    This is to primarily make developing this project easier and not have to
    update 5 other files every time
    
    Signed-off-by: AlexNg <contact@ngjx.org>
    caffeine-addictt authored May 25, 2024
    Configuration menu
    Copy the full SHA
    75f065b View commit details
    Browse the repository at this point in the history
  6. chore(ver): Bump v2.0.1 -> v2.0.2 (#87)

    Signed-off-by: AlexNg <contact@ngjx.org>
    caffeine-addictt authored May 25, 2024
    Configuration menu
    Copy the full SHA
    cc2de51 View commit details
    Browse the repository at this point in the history
Loading