From 4628d1cb094a0b6bc53f83b7d62d66bfa304023d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Jun 2024 11:24:32 +0000 Subject: [PATCH] release: 3.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### ✨ Features * Add write access to `addons` and `all_addon_configs` ([d25db6b](https://github.com/jcwillox/hassio-rclone-backup/commit/d25db6b7abb172e067d8a45d44a9de28e1761d1d)) * Add write permissions to media and shared paths ([#57](https://github.com/jcwillox/hassio-rclone-backup/issues/57)) ([cde6bab](https://github.com/jcwillox/hassio-rclone-backup/commit/cde6bab17ea314bd1b73ac9a7b243f5329ae4a57)) * Support new `homeassistant` directory ([3e87c84](https://github.com/jcwillox/hassio-rclone-backup/commit/3e87c843820978f346bdcb1ca211634667a29d9d)) ### 📦 Build * **deps:** Update add-on base image to v13 (major) ([#66](https://github.com/jcwillox/hassio-rclone-backup/issues/66)) ([b49c914](https://github.com/jcwillox/hassio-rclone-backup/commit/b49c914f5fbea7be446d495856c0844c1b8913a6)) ### ⚙️ Continuous Integration * Add `build.yaml` to renovate config ([05b9d8d](https://github.com/jcwillox/hassio-rclone-backup/commit/05b9d8d392eebac9e29a753de58863950aa8a6c1)) * Improve build workflow ([bf4303e](https://github.com/jcwillox/hassio-rclone-backup/commit/bf4303ec6355f9d1c8a916cddf21987e42fb0771)) * Update release workflow ([7118fb1](https://github.com/jcwillox/hassio-rclone-backup/commit/7118fb1923337466f16241648a9d016b2e92a183)) **Full Changelog**: [`v3.2.0...v3.3.0`](https://github.com/jcwillox/hassio-rclone-backup/compare/v3.2.0...v3.3.0) --- rclone_backup/CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/rclone_backup/CHANGELOG.md b/rclone_backup/CHANGELOG.md index 3978bd3..63eec13 100644 --- a/rclone_backup/CHANGELOG.md +++ b/rclone_backup/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 3.3.0 + +### ✨ Features + +* Add write access to `addons` and `all_addon_configs` ([d25db6b](https://github.com/jcwillox/hassio-rclone-backup/commit/d25db6b7abb172e067d8a45d44a9de28e1761d1d)) +* Add write permissions to media and shared paths ([#57](https://github.com/jcwillox/hassio-rclone-backup/issues/57)) ([cde6bab](https://github.com/jcwillox/hassio-rclone-backup/commit/cde6bab17ea314bd1b73ac9a7b243f5329ae4a57)) +* Support new `homeassistant` directory ([3e87c84](https://github.com/jcwillox/hassio-rclone-backup/commit/3e87c843820978f346bdcb1ca211634667a29d9d)) + + +### 📦 Build + +* **deps:** Update add-on base image to v13 (major) ([#66](https://github.com/jcwillox/hassio-rclone-backup/issues/66)) ([b49c914](https://github.com/jcwillox/hassio-rclone-backup/commit/b49c914f5fbea7be446d495856c0844c1b8913a6)) + + +### ⚙️ Continuous Integration + +* Add `build.yaml` to renovate config ([05b9d8d](https://github.com/jcwillox/hassio-rclone-backup/commit/05b9d8d392eebac9e29a753de58863950aa8a6c1)) +* Improve build workflow ([bf4303e](https://github.com/jcwillox/hassio-rclone-backup/commit/bf4303ec6355f9d1c8a916cddf21987e42fb0771)) +* Update release workflow ([7118fb1](https://github.com/jcwillox/hassio-rclone-backup/commit/7118fb1923337466f16241648a9d016b2e92a183)) + +**Full Changelog**: [`v3.2.0...v3.3.0`](https://github.com/jcwillox/hassio-rclone-backup/compare/v3.2.0...v3.3.0) + ## 3.2.0 ### 📦 Build