From d2153c2e091db10ed4aef694b74bd920657ec0d2 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 17 Dec 2025 01:40:57 +0000 Subject: [PATCH 01/10] Update Changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca37a48..864b1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.1a3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a3) (2025-12-17) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.1a2...0.0.1a3) + +**Merged pull requests:** + +- Update ovos-plugin-manager requirement from \<2.0.0,\>=0.0.23 to \>=0.0.23,\<3.0.0 in /requirements [\#4](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [0.0.1a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a2) (2025-12-17) [Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a3...0.0.1a2) From 6740f0fa940c71d2dc06c5f95d87c2de6e73f02f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:32:52 +0000 Subject: [PATCH 02/10] Add renovate.json (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From b6759fac62c1204c05b7e94b83196d025714289d Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 18 Dec 2025 03:33:34 +0000 Subject: [PATCH 03/10] Increment Version to 0.0.2a1 --- ovos_microphone_plugin_files/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_microphone_plugin_files/version.py b/ovos_microphone_plugin_files/version.py index 76c4342..3d283ec 100644 --- a/ovos_microphone_plugin_files/version.py +++ b/ovos_microphone_plugin_files/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 +VERSION_BUILD = 2 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 81635c80bcffe77eb204c3367a581bcd5686d195 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 18 Dec 2025 03:35:00 +0000 Subject: [PATCH 04/10] Update Changelog --- CHANGELOG.md | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864b1ed..09702ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,12 @@ # Changelog -## [0.0.1a3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a3) (2025-12-17) +## [0.0.2a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a1) (2025-12-18) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.1a2...0.0.1a3) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.1...0.0.2a1) **Merged pull requests:** -- Update ovos-plugin-manager requirement from \<2.0.0,\>=0.0.23 to \>=0.0.23,\<3.0.0 in /requirements [\#4](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot)) - -## [0.0.1a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a2) (2025-12-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a3...0.0.1a2) - -**Merged pull requests:** - -- fix: automations [\#3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/3) ([JarbasAl](https://github.com/JarbasAl)) -- The Filewatcher expect a list of str [\#2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/2) ([devbar](https://github.com/devbar)) -- fix: compatibility with ovos-plugin-manager 1.X.X [\#1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/1) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.0a3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/V0.0.0a3) (2024-07-25) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a2...V0.0.0a3) - -## [V0.0.0a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/V0.0.0a2) (2023-06-09) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a1...V0.0.0a2) - -## [V0.0.0a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/V0.0.0a1) (2023-06-09) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/8bb274a87a2eae66d39943309c35e6a5b9496295...V0.0.0a1) +- chore: Configure Renovate [\#6](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/6) ([renovate[bot]](https://github.com/apps/renovate)) From b160f4d9905b38b155e7aa14f9ec14fe17d40366 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:09:51 +0000 Subject: [PATCH 05/10] chore(deps): update actions/checkout action to v6 (#11) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_tests.yml | 2 +- .github/workflows/license_tests.yml | 2 +- .github/workflows/publish_stable.yml | 4 ++-- .github/workflows/release_workflow.yml | 6 +++--- .github/workflows/unit_tests.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index 69705bc..d4d04c4 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -27,7 +27,7 @@ jobs: python-version: [3.9, "3.10" ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v1 with: diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index 68e0069..e638805 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -12,7 +12,7 @@ jobs: license_tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v1 with: diff --git a/.github/workflows/publish_stable.yml b/.github/workflows/publish_stable.yml index 4d30444..58df31a 100644 --- a/.github/workflows/publish_stable.yml +++ b/.github/workflows/publish_stable.yml @@ -19,7 +19,7 @@ jobs: if: success() # Ensure this job only runs if the previous job succeeds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: master fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. @@ -47,7 +47,7 @@ jobs: if: success() # Ensure this job only runs if the previous job succeeds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. ref: master diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 1b91cab..aa9cf90 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -23,7 +23,7 @@ jobs: needs: publish_alpha runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Send message to Matrix bots channel id: matrix-chat-message uses: fadenb/matrix-chat-message@v0.0.6 @@ -39,7 +39,7 @@ jobs: if: success() # Ensure this job only runs if the previous job succeeds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: dev fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout dev branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: dev diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index f725e18..7d91ee5 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -38,7 +38,7 @@ jobs: python-version: ["3.10", "3.11", "3.12" ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: From 2d480a17416a0afd1822c186e093dfbcfd11fcf9 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 19 Dec 2025 15:10:07 +0000 Subject: [PATCH 06/10] Increment Version to 0.0.2a2 --- ovos_microphone_plugin_files/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_microphone_plugin_files/version.py b/ovos_microphone_plugin_files/version.py index 3d283ec..6e7e2ae 100644 --- a/ovos_microphone_plugin_files/version.py +++ b/ovos_microphone_plugin_files/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK From 6f15ead04a3f430adefe1dbf4a4fc554cc58d497 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 19 Dec 2025 15:10:25 +0000 Subject: [PATCH 07/10] Update Changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09702ec..d600217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.2a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a2) (2025-12-19) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.2a1...0.0.2a2) + +**Merged pull requests:** + +- chore\(deps\): update actions/checkout action to v6 [\#11](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/11) ([renovate[bot]](https://github.com/apps/renovate)) + ## [0.0.2a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a1) (2025-12-18) [Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.1...0.0.2a1) From 46a3f14371541c0435bfbf0a8ebad5a4a8d14c07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:11:01 +0000 Subject: [PATCH 08/10] chore(deps): update actions/setup-python action to v6 (#12) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_tests.yml | 2 +- .github/workflows/license_tests.yml | 2 +- .github/workflows/publish_stable.yml | 2 +- .github/workflows/release_workflow.yml | 4 ++-- .github/workflows/unit_tests.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index d4d04c4..6133745 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install Build Tools diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index e638805..0e1e8d4 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: '3.11' - name: Install Build Tools diff --git a/.github/workflows/publish_stable.yml b/.github/workflows/publish_stable.yml index 58df31a..1f4a63f 100644 --- a/.github/workflows/publish_stable.yml +++ b/.github/workflows/publish_stable.yml @@ -24,7 +24,7 @@ jobs: ref: master fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' - name: Install Build Tools diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index aa9cf90..aa08b4d 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -44,7 +44,7 @@ jobs: ref: dev fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' - name: Install Build Tools @@ -73,7 +73,7 @@ jobs: ref: dev - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 7d91ee5..1b04141 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install System Dependencies From d75e36a7981205906f17e6b1e72b069e71447868 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 19 Dec 2025 15:11:16 +0000 Subject: [PATCH 09/10] Increment Version to 0.0.2a3 --- ovos_microphone_plugin_files/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_microphone_plugin_files/version.py b/ovos_microphone_plugin_files/version.py index 6e7e2ae..b94a996 100644 --- a/ovos_microphone_plugin_files/version.py +++ b/ovos_microphone_plugin_files/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 2 +VERSION_ALPHA = 3 # END_VERSION_BLOCK From 29fd87c6ac10dc37e21d98e46854304a21a94b6b Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 19 Dec 2025 15:11:33 +0000 Subject: [PATCH 10/10] Update Changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d600217..03fef27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.2a3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a3) (2025-12-19) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.2a2...0.0.2a3) + +**Merged pull requests:** + +- chore\(deps\): update actions/setup-python action to v6 [\#12](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/12) ([renovate[bot]](https://github.com/apps/renovate)) + ## [0.0.2a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a2) (2025-12-19) [Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.2a1...0.0.2a2)