From 0205d1113fc37f4b0a75b91668c4de1e43c45ac4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Jun 2024 11:22:28 +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 ([5506fe2](https://github.com/jcwillox/hassio-rclone-backup/commit/5506fe2ab9103e4f7f28fc70400f6ba0e644c84f)) * Update release workflow ([f4ba816](https://github.com/jcwillox/hassio-rclone-backup/commit/f4ba8166afe0835252bf97bc953b65a4621c94dc)) **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..4736a31 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 ([5506fe2](https://github.com/jcwillox/hassio-rclone-backup/commit/5506fe2ab9103e4f7f28fc70400f6ba0e644c84f)) +* Update release workflow ([f4ba816](https://github.com/jcwillox/hassio-rclone-backup/commit/f4ba8166afe0835252bf97bc953b65a4621c94dc)) + +**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