Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: version from git metadata #376

Merged
merged 6 commits into from
Dec 18, 2023
Merged

Feat: version from git metadata #376

merged 6 commits into from
Dec 18, 2023

Commits on Nov 30, 2023

  1. feat: version from git tag

    thekaveman committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    79c3b6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3188865 View commit details
    Browse the repository at this point in the history
  3. chore(devcontainer): clean up build, settings, pre-commit install

    - copy git directory for version metadata
    - move pre-commit install to postAttach
    - clean up deprecated settings
    thekaveman committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5d6264a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f91a4d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fb9e96 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore(devcontainer): install setuptools_scm

    support usage from the command line to print version info:
    
        python -m setuptools_scm
    thekaveman committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1de0a07 View commit details
    Browse the repository at this point in the history