Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.6.0](https://github.com/MaxG87/ButterBackup/compare/v3.5.5...v3.6.0) (2026-03-27)


### Features

* Log that chown is about to take place ([efd7e19](https://github.com/MaxG87/ButterBackup/commit/efd7e19c92a8218e462edd1449053822ef2a2b11))


### Bug Fixes

* **build:** Rebuild lockfile ([daaee11](https://github.com/MaxG87/ButterBackup/commit/daaee1197c578af507639b5d02e0eabea95ec95f))

## [3.5.5](https://github.com/MaxG87/ButterBackup/compare/v3.5.4...v3.5.5) (2026-03-24)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "butter-backup"
version = "3.5.5"
version = "3.6.0"
description = "Vollverschlüsselte, pseudoinkrementelle Sicherungskopien leicht gemacht"
authors = [{name = "Max Görner", email = "max@familie-goerner.eu"}]
license = "GPL-3.0-or-later"
Expand Down
Loading