(release) Prepare 1.2.0 #74

Merged
parkel merged 1 commits from release-1.2 into master 2026-05-28 22:19:23 +02:00
Owner

Summary

  • Bump pobsync to 1.2.0.
  • Add 1.2.0 release notes to the changelog.
  • Make the console entrypoint version test follow the package version instead of a hardcoded old release.

Tests

  • .venv/bin/python manage.py test src.pobsync_backend --verbosity 2
  • .venv/bin/python manage.py check
  • POBSYNC_SQLITE_PATH=/tmp/pobsync-release-check.sqlite3 .venv/bin/python manage.py makemigrations --check --dry-run --verbosity 2
  • .venv/bin/python -m pobsync --version
  • git diff --check

Closes milestone 1.2

## Summary - Bump pobsync to `1.2.0`. - Add `1.2.0` release notes to the changelog. - Make the console entrypoint version test follow the package version instead of a hardcoded old release. ## Tests - `.venv/bin/python manage.py test src.pobsync_backend --verbosity 2` - `.venv/bin/python manage.py check` - `POBSYNC_SQLITE_PATH=/tmp/pobsync-release-check.sqlite3 .venv/bin/python manage.py makemigrations --check --dry-run --verbosity 2` - `.venv/bin/python -m pobsync --version` - `git diff --check` Closes milestone 1.2
parkel added 1 commit 2026-05-28 22:19:17 +02:00
Bump the package version to 1.2.0 and document the operations-focused release
with updater, readonly access, notifications, bandwidth controls, live progress,
and more robust retention cleanup.

Make the CLI version test assert against the package version so future release
bumps do not require changing a hardcoded expected value.
parkel merged commit 51142081c9 into master 2026-05-28 22:19:23 +02:00
parkel deleted branch release-1.2 2026-05-28 22:19:23 +02:00
Sign in to join this conversation.