Skip to content

Commit 1f6699e

Browse files
authored
Release 0.1.1a1 (#13)
* fix: compatibility with ovos-plugin-manager 1.X.X (#12) * Increment Version to 0.1.1a1 * Update Changelog --------- Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Co-authored-by: JarbasAl <JarbasAl@users.noreply.github.com>
2 parents c1344d7 + bffa260 commit 1f6699e

File tree

3 files changed

+8
-25
lines changed

3 files changed

+8
-25
lines changed

CHANGELOG.md

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

3-
## [0.1.0a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/0.1.0a1) (2024-09-11)
3+
## [0.1.1a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/0.1.1a1) (2025-06-08)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/V0.0.1a2...0.1.0a1)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/V0.1.0...0.1.1a1)
66

77
**Merged pull requests:**
88

9-
- feat:semver [\#10](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/10) ([JarbasAl](https://github.com/JarbasAl))
9+
- fix: compatibility with ovos-plugin-manager 1.X.X [\#12](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/12) ([JarbasAl](https://github.com/JarbasAl))
1010

11-
## [V0.0.1a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/V0.0.1a2) (2024-03-16)
11+
## [V0.1.0](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/V0.1.0) (2024-09-11)
1212

13-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/V0.0.1a1...V0.0.1a2)
14-
15-
**Fixed bugs:**
16-
17-
- fix shutdown [\#9](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/9) ([JarbasAl](https://github.com/JarbasAl))
18-
19-
## [V0.0.1a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/V0.0.1a1) (2024-03-10)
20-
21-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/V0.0.0...V0.0.1a1)
22-
23-
**Fixed bugs:**
24-
25-
- Process must respawn when PulseAudio/PipeWire is restarted [\#7](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/issues/7)
26-
- fix/alsa\_crash [\#8](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/8) ([JarbasAl](https://github.com/JarbasAl))
27-
28-
**Merged pull requests:**
29-
30-
- add config example [\#3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/3) ([emphasize](https://github.com/emphasize))
13+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/0.1.0...V0.1.0)
3114

3215

3316

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 = 0
5-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 1
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,2 +1,2 @@
1-
ovos-plugin-manager>=0.0.23,<1.0.0
1+
ovos-plugin-manager>=0.0.23,<2.0.0
22
pyalsaaudio

0 commit comments

Comments
 (0)