-
0.2.0 Pre-release
released this
2026-07-09 17:36:22 +02:00 | 8 commits to main since this releaseChanged
- Switch tox to the
tox-uvrunner (uv-venv-lock-runner) backed by a
committeduv.lock; CI installstox-uvanduvalongside tox. - Move the tox audit env's tool pins (
pip-audit,pip) into a PEP 735
[dependency-groups]group so Renovate can manage them. Requires tox >= 4.22.
Security
- Bump the
toxaudit env's pip pin to>=26.1.2so it resolves a pip without
PYSEC-2026-196 (fixed in pip 26.1.2). CI-only; the published package is
unaffected.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Switch tox to the
-
0.1.3 Pre-release
released this
2026-06-03 21:45:37 +02:00 | 31 commits to main since this releaseAdded
fitimport fitpub-reconcile: repair the ledger from FitPub's own batch-import
job records, marking everything FitPub actually imported as done. Recovers the
duplicate-risk gap when a run crashes after FitPub commits activities but
before the importer records them.
Changed
- Lower the default FitPub batch size (
--max-batch-mb) from 45 to 20 to bound
FitPub's Phase 2 memory use and reduce work lost if a batch is interrupted.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
0.1.2 Pre-release
released this
2026-06-03 18:13:42 +02:00 | 34 commits to main since this releaseFixed
- CI release job now runs on the Fedora CI image: it posts to the Forgejo API
with the Python standard library instead of theforgejo-releaseaction,
which assumed a Debian base (which/apt-get) and failed on the runner.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- CI release job now runs on the Fedora CI image: it posts to the Forgejo API