Skip to content
Closed
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
34 changes: 3 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,12 @@
# Changelog

## [1.1.0a2](https://github.com/OpenVoiceOS/ovos-audio/tree/1.1.0a2) (2025-11-05)
## [1.1.1a1](https://github.com/OpenVoiceOS/ovos-audio/tree/1.1.1a1) (2025-12-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/1.1.0a1...1.1.0a2)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/1.1.0...1.1.1a1)

**Merged pull requests:**

- Update requirements.txt [\#134](https://github.com/OpenVoiceOS/ovos-audio/pull/134) ([JarbasAl](https://github.com/JarbasAl))

## [1.1.0a1](https://github.com/OpenVoiceOS/ovos-audio/tree/1.1.0a1) (2025-10-07)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/1.0.2a2...1.1.0a1)

**Merged pull requests:**

- feat: per utterance playback start event [\#132](https://github.com/OpenVoiceOS/ovos-audio/pull/132) ([JarbasAl](https://github.com/JarbasAl))

## [1.0.2a2](https://github.com/OpenVoiceOS/ovos-audio/tree/1.0.2a2) (2025-07-07)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/1.0.2a1...1.0.2a2)

**Merged pull requests:**

- Update extras.txt [\#130](https://github.com/OpenVoiceOS/ovos-audio/pull/130) ([JarbasAl](https://github.com/JarbasAl))

## [1.0.2a1](https://github.com/OpenVoiceOS/ovos-audio/tree/1.0.2a1) (2025-06-16)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/1.0.1...1.0.2a1)

**Closed issues:**

- IndexError: list index out of range [\#82](https://github.com/OpenVoiceOS/ovos-audio/issues/82)

**Merged pull requests:**

- Update ovos-config requirement from \<2.0.0,\>=0.0.12 to \>=0.0.12,\<3.0.0 in /requirements [\#128](https://github.com/OpenVoiceOS/ovos-audio/pull/128) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: Configure Renovate [\#136](https://github.com/OpenVoiceOS/ovos-audio/pull/136) ([renovate[bot]](https://github.com/apps/renovate))



Expand Down
4 changes: 2 additions & 2 deletions ovos_audio/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 1
VERSION_MINOR = 1
VERSION_BUILD = 0
VERSION_ALPHA = 0
VERSION_BUILD = 1
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"
]
}