From 8216db3160af4afe9dc61f7a5b6098036e7089a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <323649642+oc-tmueller@users.noreply.github.com> Date: Wed, 9 Sep 2026 15:02:57 +0200 Subject: [PATCH] chore: release 0.7.2 Repackaging release. The notifications asset published for the previous version was uploaded from the build working tree rather than from build/artifacts/appstore/notifications.tar.gz, so it shipped .git/, .github/, tests/, vendor-bin/ and build/artifacts/ as part of the signed app. Tagging v0.7.2 lets the automated release workflow publish the packaged artifact, which now also asserts that the tarball carries no development files. No functional change. Refs: owncloud/core#41824 Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d491f81..067ef6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [0.7.2] - 2026-09-09 + +### Changed +- Repackaged so the release artifact contains only the app payload. The previous + release was published from the build working tree, so it shipped `.git/`, + `.github/`, `tests/`, `vendor-bin/` and `build/artifacts/` as part of the signed + app ([#41824](https://github.com/owncloud/core/issues/41824)) + ## [0.7.1] - 2026-07-22 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index c4fa7ac..c2cc529 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ AGPL Joas Schilling, Thomas Müller - 0.7.1 + 0.7.2