Skip to content

1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Mar 17:11
· 39 commits to main since this release
1.0.0
94d855e

1.0.0 (2026-03-19)

✨ Features

  • add mkdocs for the template
  • add support for self hosted Renovate using a GitHub App
  • add support for self-hosted Renovate in the template

🐛🚑️ Fixes

  • fix an issue with Makefile when commands have more than one hyphen
  • remove font size which made the deployed docs smaller than the locally served
  • remove commitizen-branch since it generates an error when creating docs
  • wrap GitHub Actions expressions in {% raw %} blocks in renovate.yaml.jinja
  • add '.jinja' to renovate github action workflow
  • make 'pre-commit' more robust in _tasks
  • config: attempt to correct renovate config to handle template's precommit config

♻️ Refactorings

  • ci: make dependabot optional

💚👷 CI & Build

  • exclude python-version in docs workflow from being updated by Renovate
  • update Renovate config to detect versions in workflow templates

📝💡 Documentation

  • remove any mention of API from the docs
  • correct some mistakes in the docs
  • rewrite the template README and changed the contributor docs to include more info
  • add some emojis and fix some rendering issues
  • mkdocs: add mise equivalent commands along with make
  • add docs badge to link to the docs website
  • add mkdocs

🔧🔨📦️ Configuration, Scripts, Packages

  • add prerequisites to mise tools
  • fix some dependencies for docs and add mise tasks for docs

🧹 chore

  • pyproject.toml: set major_version_zero to false in preparation for the first major stable release