Skip to content

Commit 1a19d9c

Browse files
Release 0.2.10a1 (#62)
* Update ovos-config requirement in /requirements (#61) Updates the requirements on [ovos-config](https://github.com/OpenVoiceOS/ovos-config) to permit the latest version. - [Release notes](https://github.com/OpenVoiceOS/ovos-config/releases) - [Changelog](https://github.com/OpenVoiceOS/ovos-config/blob/dev/CHANGELOG.md) - [Commits](OpenVoiceOS/ovos-config@V0.0.12...2.0.0) --- updated-dependencies: - dependency-name: ovos-config dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Increment Version to 0.2.10a1 * Update Changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JarbasAl <JarbasAl@users.noreply.github.com>
2 parents 7088e65 + d842cd6 commit 1a19d9c

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3-
## [0.2.9a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.9a1) (2025-06-08)
3+
## [0.2.10a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.10a1) (2025-06-16)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.8...0.2.9a1)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.9...0.2.10a1)
6+
7+
**Closed issues:**
8+
9+
- Zombie ps process [\#30](https://github.com/OpenVoiceOS/ovos-PHAL/issues/30)
610

711
**Merged pull requests:**
812

9-
- fix: compat with opm 1.X.X [\#59](https://github.com/OpenVoiceOS/ovos-PHAL/pull/59) ([JarbasAl](https://github.com/JarbasAl))
13+
- Update ovos-config requirement from \<2.0.0,\>=0.0.12 to \>=0.0.12,\<3.0.0 in /requirements [\#61](https://github.com/OpenVoiceOS/ovos-PHAL/pull/61) ([dependabot[bot]](https://github.com/apps/dependabot))
1014

1115

1216

ovos_PHAL/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# START_VERSION_BLOCK
22
VERSION_MAJOR = 0
33
VERSION_MINOR = 2
4-
VERSION_BUILD = 9
5-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 10
5+
VERSION_ALPHA = 1
66
# END_VERSION_BLOCK

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ovos-utils>=0.0.38,<1.0.0
22
ovos_bus_client>=0.0.8,<2.0.0
3-
ovos-config>=0.0.12,<2.0.0
3+
ovos-config>=0.0.12,<3.0.0
44
ovos-plugin-manager>=0.0.25,<2.0.0

0 commit comments

Comments
 (0)