Skip to content

Commit 7793080

Browse files
authored
Release 0.1.3a1 (#16)
* Merge pull request #15 from OpenVoiceOS/JarbasAl-patch-1 Update ovos-plugin-manager version constraint * Increment Version to 0.1.3a1 * Update Changelog --------- Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Co-authored-by: JarbasAl <JarbasAl@users.noreply.github.com>
2 parents 753ff8a + 542b340 commit 7793080

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.3a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/0.1.3a1) (2025-11-04)
4+
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/V0.1.2...0.1.3a1)
6+
7+
**Merged pull requests:**
8+
9+
- Update ovos-plugin-manager version constraint [\#15](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/15) ([JarbasAl](https://github.com/JarbasAl))
10+
11+
## [V0.1.2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/V0.1.2) (2025-06-08)
12+
13+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/0.1.2...V0.1.2)
14+
315

416

517
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
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 = 1
4-
VERSION_BUILD = 2
5-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 3
5+
VERSION_ALPHA = 1
66
# END_VERSION_BLOCK

requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ovos-plugin-manager>=0.0.23,<2.0.0
2-
pyalsaaudio
1+
ovos-plugin-manager>=0.0.23,<3.0.0
2+
pyalsaaudio

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def required(requirements_file):
5656
long_description = f.read()
5757

5858
setup(
59-
name='ovos-microphone-plugin-alsa',
59+
name='ovos_microphone_plugin_alsa',
6060
version=get_version(),
6161
description='A alsa microphone implementation for OVOS',
6262
long_description=long_description,

0 commit comments

Comments
 (0)