Skip to content

Commit

Permalink
Merge pull request #105 from OpenVoiceOS/release-0.2.4a1
Browse files Browse the repository at this point in the history
Release 0.2.4a1
  • Loading branch information
JarbasAl authored Sep 17, 2024
2 parents 8199425 + f1193a4 commit 93c9240
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# Changelog

## [0.2.3a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.2.3a1) (2024-09-17)
## [0.2.4a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.2.4a1) (2024-09-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.2.2a1...0.2.3a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.2.3...0.2.4a1)

**Merged pull requests:**

- fix:extras [\#102](https://github.com/OpenVoiceOS/ovos-audio/pull/102) ([JarbasAl](https://github.com/JarbasAl))

## [0.2.2a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.2.2a1) (2024-09-12)

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

**Merged pull requests:**

- documentation:readme [\#99](https://github.com/OpenVoiceOS/ovos-audio/pull/99) ([JarbasAl](https://github.com/JarbasAl))
- fix:extras\_from\_ocp [\#104](https://github.com/OpenVoiceOS/ovos-audio/pull/104) ([JarbasAl](https://github.com/JarbasAl))



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 = 0
VERSION_MINOR = 2
VERSION_BUILD = 3
VERSION_ALPHA = 0
VERSION_BUILD = 4
VERSION_ALPHA = 1
# END_VERSION_BLOCK
9 changes: 1 addition & 8 deletions requirements/extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,4 @@ ovos_audio_plugin_simple>=0.1.0, <1.0.0
ovos-audio-plugin-mpv>=0.0.1, <1.0.0
ovos-media-plugin-spotify>=0.2.3, <1.0.0
ovos-media-plugin-chromecast>=0.1.0, <1.0.0
ovos_plugin_common_play>=0.0.7, <1.0.0

# OCP plugins
ovos-ocp-youtube-plugin~=0.0, >=0.0.1
ovos-ocp-m3u-plugin>=0.0.1,<1.0.0
ovos-ocp-rss-plugin>=0.0.2,<1.0.0
ovos-ocp-files-plugin~=0.13
ovos-ocp-news-plugin>=0.0.3,<1.0.0
ovos_plugin_common_play[extractors]>=0.0.7, <2.0.0

0 comments on commit 93c9240

Please sign in to comment.