From d5a3a66b01e26d50efb249d362098ef6c11894ae Mon Sep 17 00:00:00 2001 From: Scott Gibb <44235263+ScottGibb@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:20:12 +0000 Subject: [PATCH 1/2] chore(main): release 0.2.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb2726..a417a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/ScottGibb/LED-Strip-Controller-Octoprint/compare/v0.1.0...v0.2.0) (2025-12-15) + + +### Features + +* **ci:** Update Dependabot workflow for auto-merging ([cbd39d5](https://github.com/ScottGibb/LED-Strip-Controller-Octoprint/commit/cbd39d50c3d21cc0ea170ca3c40e0773ed363746)) + ## 0.1.0 (2025-11-30) ### Features diff --git a/pyproject.toml b/pyproject.toml index ded1e29..8ae8c88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "octoprint-led-strip-controller-scripts" -version = "0.1.0" +version = "0.2.0" description = "A collection of scripts for controlling the LED Strip Controller in OctoPrint" requires-python = ">=3.12" authors = [ From 96b3640c18322a833b84a0fe7c071af8bab546c9 Mon Sep 17 00:00:00 2001 From: ScottGibb <44235263+ScottGibb@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:21:32 +0000 Subject: [PATCH 2/2] style: Apply linters automatic fixes --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a417a0d..fd4da11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ ## [0.2.0](https://github.com/ScottGibb/LED-Strip-Controller-Octoprint/compare/v0.1.0...v0.2.0) (2025-12-15) - ### Features * **ci:** Update Dependabot workflow for auto-merging ([cbd39d5](https://github.com/ScottGibb/LED-Strip-Controller-Octoprint/commit/cbd39d50c3d21cc0ea170ca3c40e0773ed363746))