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

[pull] master from python-semantic-release:master #114

Merged
merged 16 commits into from
Sep 3, 2024

Commits on Aug 31, 2024

  1. chore(conf): update build_command to actually commit version number…

    …s in docs we stamped manually
    codejedi365 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    1ef6348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c894ea View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    e8aa4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007ecad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e25eeae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5229a5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42590f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6369ffd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d34cbef View commit details
    Browse the repository at this point in the history
  8. refactor(version-cmd): use all capital windows variables (x86) -> X86

    This is more just for standardization. Ruff also recommends all capital variable
    names for Windows even though Windows is case-insensitive.
    codejedi365 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    f539aa4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e8451c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8f97c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    922a5ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dadf0cd View commit details
    Browse the repository at this point in the history
  13. fix(config): fix path traversal detection for windows compatibility (#…

    …1014)
    
      The original implementation of the path traversal detection expected that `resolve()`
      works the same on windows as it does with Linux/Mac. Windows requires the folder paths
      to exist to be resolved and that is not the case when the `template_dir` is not being
      used.
    
      Resolves: #994
    codejedi365 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    16e6daa View commit details
    Browse the repository at this point in the history
  14. 9.8.8

    Automatically generated by python-semantic-release
    semantic-release committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    fe6b271 View commit details
    Browse the repository at this point in the history