Skip to content

Commit

Permalink
Increment Version
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored and github-actions[bot] committed Dec 29, 2023
1 parent c9f85fd commit 958e364
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@

## [Unreleased](https://github.com/OpenVoiceOS/ovos-audio/tree/HEAD)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a30...HEAD)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a31...HEAD)

**Fixed bugs:**

- snd/blop-mark-diangelo.wav file doesn't not exist [\#43](https://github.com/OpenVoiceOS/ovos-audio/issues/43)
- During the service initialization, watchdog complains about something already scheduled. [\#16](https://github.com/OpenVoiceOS/ovos-audio/issues/16)
- The start/end\_listening sounds should be called with the pulse media.role=phone to enable ducking [\#36](https://github.com/OpenVoiceOS/ovos-audio/issues/36)
- Fix issue \#43 [\#44](https://github.com/OpenVoiceOS/ovos-audio/pull/44) ([goldyfruit](https://github.com/goldyfruit))

**Closed issues:**

- paplay not available on Mac OS [\#35](https://github.com/OpenVoiceOS/ovos-audio/issues/35)

**Merged pull requests:**

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

## [V0.0.2a31](https://github.com/OpenVoiceOS/ovos-audio/tree/V0.0.2a31) (2023-11-08)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a30...V0.0.2a31)

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion ovos_audio/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 2
VERSION_ALPHA = 31
VERSION_ALPHA = 32
# END_VERSION_BLOCK

0 comments on commit 958e364

Please sign in to comment.