Tags give the ability to mark specific points in history as being important
-
v0.18.0
protectedd1371603 · ·0.18.0 release New features: - mk: exclude .venv from flake8 checks - init: add pybuild-plugin-pyproject to Build-Depends - release: detect git platform for correct tag URL format - init: add GitHub Actions workflow template - init: add --platform option for GitHub/GitLab selection - ci: add GitHub Actions reusable workflow - docs: add GitHub Actions settings for Pages deployment - pyproject: update maintainers - pkg: add PKGBUILD for Arch Linux packaging - mk: add pkg target for Arch Linux package building - release: update PKGBUILD version during release - init: add Dockerfile.ci-archlinux template - gitlab-ci: add Arch Linux package building - github-actions: add Arch Linux package building - pkg: add Arch Linux repository support - init: skip flit init if pyproject.toml exists - init: add --force flag to overwrite existing files - gitlab-ci-pipeline: ci-image-archlinux: run on MRs
-
v0.17.0
protected6ccbfa46 · ·0.17.0 release New features: - release: add support for signing release commit - release: add changelog entries with GitLab tag links Bug fixes: - gitlab-ci-pipeline.yml: move all package building to deploy stage - gitlab-ci-pipeline.yml: don't try building packages before tests pass - init: .gitlab-ci.yml: set jobs to always run - gitlab-ci-pipeline.yml: skip repo and pypi upload without secrets - gitlab-ci-pipeline.yml: fix usage of rules/only - debian: add build depedency on pybuild-plugin-pyproject - gitlab-ci-pipeline: ensure test job always runs in all pipeline types
-
v0.12.0
protected71901717 · ·0.12.0 release New features: - Delete any tmp directory after installation Bug fixes: - tuxpkg.mk: fix syntax error in flake8 command line CI changes: - gitlab-ci-pipeline.yml: don't try to run missing commands - gitlab-ci-pipeline.yml: ensure all jobs specify an image explicitly - .gitlab-ci.yml: doc: use mkdocs-material from Debian
-
v0.11.0
protected34149d76 · ·0.11.0 release New features: - init: Makefile: run tests before anything else Bug fixes: - data: release: update to use MODULE var - Dockefiles: leave sanity check preparation for the actual CI runs Documentation updates: - README: update gpg example - README: update gitlab help
-
v0.5.0
protecteda077212c · ·0.5.0 release New features: - gitlab-ci-pipeline.yml: always install build dependencies - CI: record coverage value and cobertura artifact Bug fixes: - init: add empty __init__.py to test/ - init: fix URL in template for .gitlab-ci.yml - init: debian/rules: drop usage of tuxpkg - init: .gitlab-ci-yml: set TUXPKG_PROJECT
-
v0.4.0
protected011bc04b · ·0.4.0 release New features: - gitlab-ci-pipeline.yml: deb, rpm: display package info after build - gitlab-ci-pipeline.yml: add sanity check jobs for deb and rpm packages - gitlab-ci-pipeline.yml: rpm: list dependencies - tuxpkg.mk: allow including Makefile to define version first Bug fixes: - debian/control: add missing runtime dependency
-
v0.3.0
protectedecb72f38 · ·0.3.0 release New features: - release: create signed tag before pushing - create-repository: create index.html with repository instructions - Dockerfiles: install tuxpkg when not building for tuxpkg itself Bug fixes: - create-repository: fix project name - tuxpkg.spec: add missing runtime dependency on python3-jinja2