Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog

## [0.1.3a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/0.1.3a1) (2025-11-04)
## [0.1.4a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/0.1.4a1) (2025-12-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/V0.1.2...0.1.3a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/V0.1.3...0.1.4a1)

**Merged pull requests:**

- Update ovos-plugin-manager version constraint [\#15](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/15) ([JarbasAl](https://github.com/JarbasAl))
- chore: Configure Renovate [\#17](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/17) ([renovate[bot]](https://github.com/apps/renovate))

## [V0.1.2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/V0.1.2) (2025-06-08)
## [V0.1.3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/V0.1.3) (2025-11-04)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/0.1.2...V0.1.2)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/0.1.3...V0.1.3)



Expand Down
4 changes: 2 additions & 2 deletions ovos_microphone_plugin_alsa/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_BUILD = 3
VERSION_ALPHA = 0
VERSION_BUILD = 4
VERSION_ALPHA = 1
# END_VERSION_BLOCK
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}