From 4e28006694510cb4325b3438b536e5c3fe882211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20G=C3=B6rner?= <5477952+MaxG87@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:06:15 +0200 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 ++--- projects/butter-backup/CHANGELOG.md | 25 +++++++++++++++++++ projects/butter-backup/pyproject.toml | 2 +- projects/shell-interface/CHANGELOG.md | 13 ++++++++++ projects/shell-interface/pyproject.toml | 2 +- projects/storage-device-managers/CHANGELOG.md | 21 ++++++++++++++++ .../storage-device-managers/pyproject.toml | 2 +- 7 files changed, 65 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be9139d5..80de9b8e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "projects/butter-backup": "3.6.0", - "projects/shell-interface": "2.0.0", - "projects/storage-device-managers": "2.0.0" + "projects/butter-backup": "3.5.0", + "projects/shell-interface": "3.5.0", + "projects/storage-device-managers": "3.5.0" } diff --git a/projects/butter-backup/CHANGELOG.md b/projects/butter-backup/CHANGELOG.md index 9470b6e7..4e6744a1 100644 --- a/projects/butter-backup/CHANGELOG.md +++ b/projects/butter-backup/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [3.5.0](https://github.com/MaxG87/ButterBackup/compare/v3.6.0...v3.5.0) (2026-07-06) + + +### Features + +* Add destination parameter to mounted_device ([33b6738](https://github.com/MaxG87/ButterBackup/commit/33b6738a82276fab03259499b43de6225049acf1)) +* **sdm:** Add ensure_directory for privileged mkdir ([f32d38f](https://github.com/MaxG87/ButterBackup/commit/f32d38fe6aed676569f423c90533fcbecdb49797)) + + +### Dependencies + +* bump json5 in the production-dependencies group ([#127](https://github.com/MaxG87/ButterBackup/issues/127)) ([47145e2](https://github.com/MaxG87/ButterBackup/commit/47145e2b3ea524398a9d2771fda8c86981272139)) +* **dev:** bump hypothesis in the development-dependencies group ([#128](https://github.com/MaxG87/ButterBackup/issues/128)) ([799133a](https://github.com/MaxG87/ButterBackup/commit/799133ac77ab54e4cd215acc6ce916624f6158ab)) + + +### Documentation + +* Add landing page README in 🇬🇧 and 🇩🇪 ([8327cbc](https://github.com/MaxG87/ButterBackup/commit/8327cbca05448b7d58b834b7d418ed202d4a2c99)) + + +### Miscellaneous Chores + +* release 3.5.0 ([9296019](https://github.com/MaxG87/ButterBackup/commit/92960193a649f4f4342c428e7a28ec1425c60f75)) +* release v0.15.0 ([bd5bfcc](https://github.com/MaxG87/ButterBackup/commit/bd5bfcc8238268cc7c8d3c69af47f37fed175020)) + ## [3.6.0](https://github.com/MaxG87/ButterBackup/compare/v3.5.5...v3.6.0) (2026-04-15) diff --git a/projects/butter-backup/pyproject.toml b/projects/butter-backup/pyproject.toml index dedc0367..675a4b34 100644 --- a/projects/butter-backup/pyproject.toml +++ b/projects/butter-backup/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "butter-backup" -version = "3.6.0" +version = "3.5.0" description = "Vollverschlüsselte, pseudoinkrementelle Sicherungskopien leicht gemacht" authors = [{name = "Max Görner", email = "max@familie-goerner.eu"}] license = "GPL-3.0-or-later" diff --git a/projects/shell-interface/CHANGELOG.md b/projects/shell-interface/CHANGELOG.md index 087e1751..5a20e4d3 100644 --- a/projects/shell-interface/CHANGELOG.md +++ b/projects/shell-interface/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.5.0](https://github.com/MaxG87/ButterBackup/compare/v2.0.0...v3.5.0) (2026-07-06) + + +### Dependencies + +* **dev:** bump hypothesis in the development-dependencies group ([#128](https://github.com/MaxG87/ButterBackup/issues/128)) ([799133a](https://github.com/MaxG87/ButterBackup/commit/799133ac77ab54e4cd215acc6ce916624f6158ab)) + + +### Miscellaneous Chores + +* release 3.5.0 ([9296019](https://github.com/MaxG87/ButterBackup/commit/92960193a649f4f4342c428e7a28ec1425c60f75)) +* release v0.15.0 ([bd5bfcc](https://github.com/MaxG87/ButterBackup/commit/bd5bfcc8238268cc7c8d3c69af47f37fed175020)) + ## [2.0.0](https://github.com/MaxG87/shell-interface/compare/v1.0.2...v2.0.0) (2026-04-26) diff --git a/projects/shell-interface/pyproject.toml b/projects/shell-interface/pyproject.toml index 7e35dda6..d252abfc 100644 --- a/projects/shell-interface/pyproject.toml +++ b/projects/shell-interface/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "shell-interface" -version = "2.0.0" +version = "3.5.0" description = "Helpful and convenient utilities to interact with UNIX shells" authors = [{name = "Max Görner", email = "5477952+MaxG87@users.noreply.github.com"}] repository = "https://github.com/MaxG87/shell-interface" diff --git a/projects/storage-device-managers/CHANGELOG.md b/projects/storage-device-managers/CHANGELOG.md index 8f9f2e5b..e46c4e37 100644 --- a/projects/storage-device-managers/CHANGELOG.md +++ b/projects/storage-device-managers/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [3.5.0](https://github.com/MaxG87/ButterBackup/compare/v2.0.0...v3.5.0) (2026-07-06) + + +### Features + +* Add destination parameter to mounted_device ([33b6738](https://github.com/MaxG87/ButterBackup/commit/33b6738a82276fab03259499b43de6225049acf1)) +* Create a missing destination ([f09ec5f](https://github.com/MaxG87/ButterBackup/commit/f09ec5f5f4f6b31f7a3589c9c1fa4329f0c44e31)) +* Return first created directory ancestor ([6ab58eb](https://github.com/MaxG87/ButterBackup/commit/6ab58ebfac9a783d3d654fb84acdca07ad08a17a)) +* **sdm:** Add ensure_directory for privileged mkdir ([f32d38f](https://github.com/MaxG87/ButterBackup/commit/f32d38fe6aed676569f423c90533fcbecdb49797)) + + +### Dependencies + +* **dev:** bump hypothesis in the development-dependencies group ([#128](https://github.com/MaxG87/ButterBackup/issues/128)) ([799133a](https://github.com/MaxG87/ButterBackup/commit/799133ac77ab54e4cd215acc6ce916624f6158ab)) + + +### Miscellaneous Chores + +* release 3.5.0 ([9296019](https://github.com/MaxG87/ButterBackup/commit/92960193a649f4f4342c428e7a28ec1425c60f75)) +* release v0.15.0 ([bd5bfcc](https://github.com/MaxG87/ButterBackup/commit/bd5bfcc8238268cc7c8d3c69af47f37fed175020)) + ## [2.0.0](https://github.com/MaxG87/storage-device-managers/compare/v1.0.2...v2.0.0) (2026-04-27) diff --git a/projects/storage-device-managers/pyproject.toml b/projects/storage-device-managers/pyproject.toml index 2ff76ff1..254a0af7 100644 --- a/projects/storage-device-managers/pyproject.toml +++ b/projects/storage-device-managers/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "storage-device-managers" -version = "2.0.0" +version = "3.5.0" description = "Helpful context managers for managing decryption and mounts of storage devices" authors = [ {name = "Max Görner", email = "5477952+MaxG87@users.noreply.github.com" } ] repository = "https://github.com/MaxG87/storage-device-managers"