Pyscaffold Versions Save

🛠 Python project template generator with batteries included

v4.5

9 months ago

What's Changed

  • Change macOS default configuration dir from ~/Library/Preferences to ~/Library/Application Support, #721. This change is motivated by the upgrade in the platformdirs dependency. You can read more about the motivation in platformdirs/platformdirs#98.
  • Simplify git command, by letting exceptions go through, #714

New Contributors

  • @musicinmybrain made their first contribution in #721

Full Changelog: https://github.com/pyscaffold/pyscaffold/compare/v4.4.1...v4.5

v4.4.1

1 year ago

What's Changed

  • Re-use pre-built wheels in CI for upgrade tests in #702
  • Make security permissions explicit in GHA template #704
  • Fix GITHUB_TOKEN variable in GHA template #715

New Contributors

Full Changelog: https://github.com/pyscaffold/pyscaffold/compare/v4.4...v4.4.1

v4.4

1 year ago

What's Changed

  • Add codespell to pre-commit config, #674
  • Allow venv_install in config file, #680
  • Avoid problematic tox 4.0 and 4.1, #689
  • Update macos instances on Cirrus CI, #690
  • Replace deprecated set-output, #688
  • Update CI templates, #693
  • Add comments about building sdist in tox.ini and FAQ, #694
  • Update Python version in Read The Docs configuration, #695

New Contributors

Full Changelog: https://github.com/pyscaffold/pyscaffold/compare/v4.3.1...v4.4

v4.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pyscaffold/pyscaffold/compare/v4.3...v4.3.1

v4.3

1 year ago

This is a small incremental release, focusing on small improvements of existing functionality.

What's Changed

  • Removed wheel from the set of build dependencies in pyproject.toml (it is redundant since setuptools already includes it), #652.
  • Updated freebsd configuration in .cirrus.yml (with workaround for pipx in 2022Q3 repo), #657.

New Contributors

Full Changelog: https://github.com/pyscaffold/pyscaffold/compare/v4.2.3...v4.3

v4.2.3

1 year ago

What's Changed

Full Diff: https://github.com/pyscaffold/pyscaffold/compare/v4.2.2...v4.2.3

v4.2.2

1 year ago

I am happy to announce the new patch-level release: PyScaffold v4.2.2.

Main Changes

New Contributors

Full Diff: https://github.com/pyscaffold/pyscaffold/compare/v4.2.1...v4.2.2

v4.2.1

2 years ago

I am happy to announce the new patch-level release: PyScaffold v4.2.1.

This release improves the GitLab CI configuration updated in v4.2.

What's Changed

  • Changed .gitlab-ci.yml template to work for GitLab Enterprise 14.7.4, #630

New Contributors

Full Diff: https://github.com/pyscaffold/pyscaffold/compare/v4.2...v4.2.1

v4.2

2 years ago

I am happy to announce the new release: PyScaffold v4.2.

This release brings a lot of improvements, specially in terms of continuous integrations! The existing templates for Cirrus CI and GitLab CI were updated and PyScaffold can now generate configurations for GitHub Actions.

What's Changed

New Contributors

Full Diff: https://github.com/pyscaffold/pyscaffold/compare/v4.1.5...v4.2

v4.1.5

2 years ago

I am happy to announce the new release: PyScaffold v4.1.5.

Main Changes

Documentation Changes

New Contributors

Full Diff: https://github.com/pyscaffold/pyscaffold/compare/v4.1.4...v4.1.5