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: bladecoder/blade-ink-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: bladecoder/blade-ink-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 25, 2023

  1. Add pyproject.toml and move metadata to setup.cfg

    The pyproject.toml make the project buildable with pip without calling
    directly to setup.py.
    
    The metadata in setup.cfg makes the setup.py smaller and it's easier to
    modify metadata in the cfg file instead of using python directly.
    danigm committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    1e80e96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from danigm/pyproject

    Add pyproject.toml and move metadata to setup.cfg
    bladecoder authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    8e3892a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Update libink to v0.4.3

    bladecoder committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f82b60d View commit details
    Browse the repository at this point in the history
  2. Bump up version 

    bladecoder committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1ef409c View commit details
    Browse the repository at this point in the history
Loading