Skip to content

Commit

Permalink
Merge pull request #21 from OpenVoiceOS/release-0.1.7a1
Browse files Browse the repository at this point in the history
Release 0.1.7a1
  • Loading branch information
JarbasAl authored Nov 5, 2024
2 parents 827326d + ee18c20 commit 39afcc7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 13 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# Changelog

## [0.1.4a1](https://github.com/OpenVoiceOS/skill-ovos-spotify/tree/0.1.4a1) (2024-09-11)
## [0.1.7a1](https://github.com/OpenVoiceOS/skill-ovos-spotify/tree/0.1.7a1) (2024-11-05)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spotify/compare/0.1.3...0.1.4a1)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spotify/compare/0.1.6a1...0.1.7a1)

**Closed issues:**
**Merged pull requests:**

- fix:allow workshop 3.0.0 [\#20](https://github.com/OpenVoiceOS/skill-ovos-spotify/pull/20) ([JarbasAl](https://github.com/JarbasAl))

## [0.1.6a1](https://github.com/OpenVoiceOS/skill-ovos-spotify/tree/0.1.6a1) (2024-10-31)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spotify/compare/0.1.5a1...0.1.6a1)

**Merged pull requests:**

- fix:allow workshop 3.0.0 [\#18](https://github.com/OpenVoiceOS/skill-ovos-spotify/pull/18) ([JarbasAl](https://github.com/JarbasAl))

## [0.1.5a1](https://github.com/OpenVoiceOS/skill-ovos-spotify/tree/0.1.5a1) (2024-10-15)

- Can't stop playing [\#13](https://github.com/OpenVoiceOS/skill-ovos-spotify/issues/13)
- invalid redirect URI [\#12](https://github.com/OpenVoiceOS/skill-ovos-spotify/issues/12)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spotify/compare/0.1.4...0.1.5a1)

**Merged pull requests:**

- fix:allow\_latest\_backend\_client\_without\_refresh\_endpoint [\#14](https://github.com/OpenVoiceOS/skill-ovos-spotify/pull/14) ([JarbasAl](https://github.com/JarbasAl))
- fix:update\_requirements [\#16](https://github.com/OpenVoiceOS/skill-ovos-spotify/pull/16) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ovos_utils import classproperty
from ovos_utils.log import LOG
from ovos_utils.process_utils import RuntimeRequirements
from ovos_workshop.backwards_compat import MediaType, PlaybackType, MediaEntry, Playlist
from ovos_utils.ocp import MediaType, PlaybackType, MediaEntry, Playlist
from ovos_workshop.decorators.ocp import ocp_search
from ovos_workshop.skills.common_play import OVOSCommonPlaybackSkill

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ovos-utils>=0.0.38,<1.0.0
ovos-bus-client>=0.0.9,<1.0.0
ovos-workshop>=0.0.16,<1.0.0
ovos-utils>=0.1.0
ovos-bus-client>=0.0.9,<2.0.0
ovos-workshop>=0.0.16,<3.0.0
ovos-backend-client>=0.1.0,<2.0.0
spotipy
2 changes: 1 addition & 1 deletion spotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from ovos_utils.log import LOG
from ovos_utils.parse import match_one, fuzzy_match, MatchStrategy
from ovos_utils.xdg_utils import xdg_config_home
from ovos_workshop.backwards_compat import PlaybackType, MediaType
from ovos_utils.ocp import PlaybackType, MediaType
from requests.exceptions import HTTPError
from spotipy import SpotifyOAuth
from spotipy.oauth2 import SpotifyAuthBase
Expand Down
4 changes: 2 additions & 2 deletions 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 = 4
VERSION_ALPHA = 0
VERSION_BUILD = 7
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 39afcc7

Please sign in to comment.