File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
ovos_microphone_plugin_alsa Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 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 ) *
Original file line number Diff line number Diff line change 11# START_VERSION_BLOCK
22VERSION_MAJOR = 0
33VERSION_MINOR = 1
4- VERSION_BUILD = 2
5- VERSION_ALPHA = 0
4+ VERSION_BUILD = 3
5+ VERSION_ALPHA = 1
66# END_VERSION_BLOCK
Original file line number Diff line number Diff line change 1- ovos-plugin-manager >= 0.0.23 ,< 2 .0.0
2- pyalsaaudio
1+ ovos-plugin-manager >= 0.0.23 ,< 3 .0.0
2+ pyalsaaudio
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def required(requirements_file):
5656 long_description = f .read ()
5757
5858setup (
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 ,
You can’t perform that action at this time.
0 commit comments